mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-11-03 11:48:17 +00:00
make dpkg-configure network reachable
some deb packages may use DNS(resolv.conf) for their configuration Signed-off-by: Wataru Ishida <ishida@nel-america.com>
This commit is contained in:
@@ -431,7 +431,7 @@ rm -f /usr/sbin/policy-rc.d
|
|||||||
def configure(self, dir_):
|
def configure(self, dir_):
|
||||||
|
|
||||||
if not os.getenv('NO_DPKG_CONFIGURE'):
|
if not os.getenv('NO_DPKG_CONFIGURE'):
|
||||||
with OnlRfsContext(dir_, resolvconf=False):
|
with OnlRfsContext(dir_):
|
||||||
self.dpkg_configure(dir_)
|
self.dpkg_configure(dir_)
|
||||||
|
|
||||||
with OnlRfsContext(dir_):
|
with OnlRfsContext(dir_):
|
||||||
|
|||||||
Reference in New Issue
Block a user