From 809af2cbc20e893005b0888db895f56cb7041687 Mon Sep 17 00:00:00 2001 From: Natalia Serrano Date: Fri, 16 May 2025 15:51:05 +0200 Subject: [PATCH] refs #2026 configure stunnel after installing it --- chroot-tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chroot-tasks.py b/chroot-tasks.py index 2a4486e..db375cf 100755 --- a/chroot-tasks.py +++ b/chroot-tasks.py @@ -174,11 +174,11 @@ if __name__ == '__main__': debconf_settings = config['General'].get ('debconf_settings') updateCaCertificates() - configure_stunnel() setup_resolvconf() boottoolsSoftwareInstall (args.osarch, args.osrelease) boottoolsSoftwareCompile() boottoolsPythonModules() boottoolsRemovePackages() + configure_stunnel() setup_resolvconf() ## do this again, since someone seems to be overwriting the file boottoolsInitrdGenerate (args.osrelease)