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_):