From 9e3de2cdfd6edea3662df8c8608e6c4b3fc7c4b5 Mon Sep 17 00:00:00 2001 From: Wataru Ishida Date: Tue, 24 Jul 2018 17:40:52 -0700 Subject: [PATCH] make dpkg-configure network reachable some deb packages may use DNS(resolv.conf) for their configuration Signed-off-by: Wataru Ishida --- tools/onlrfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/onlrfs.py b/tools/onlrfs.py index 23a8463e..6abd7bb3 100755 --- a/tools/onlrfs.py +++ b/tools/onlrfs.py @@ -431,7 +431,7 @@ rm -f /usr/sbin/policy-rc.d def configure(self, dir_): if not os.getenv('NO_DPKG_CONFIGURE'): - with OnlRfsContext(dir_, resolvconf=False): + with OnlRfsContext(dir_): self.dpkg_configure(dir_) with OnlRfsContext(dir_):