From 944e6c6d85d049a69edea2363072320fda413f80 Mon Sep 17 00:00:00 2001 From: Natalia Serrano Date: Thu, 28 Nov 2024 13:26:59 +0100 Subject: [PATCH] refs #809 insist on our resolv.conf --- chroot-tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/chroot-tasks.py b/chroot-tasks.py index a3229ad..dd7d7e2 100755 --- a/chroot-tasks.py +++ b/chroot-tasks.py @@ -163,4 +163,5 @@ if __name__ == '__main__': boottoolsSoftwareCompile() boottoolsPythonModules() boottoolsRemovePackages() + setup_resolvconf() ## do this again, since someone seems to be overwriting the file boottoolsInitrdGenerate (args.osrelease)