refs #2026 configure stunnel after installing it
parent
a627be89ba
commit
809af2cbc2
|
@ -174,11 +174,11 @@ if __name__ == '__main__':
|
||||||
debconf_settings = config['General'].get ('debconf_settings')
|
debconf_settings = config['General'].get ('debconf_settings')
|
||||||
|
|
||||||
updateCaCertificates()
|
updateCaCertificates()
|
||||||
configure_stunnel()
|
|
||||||
setup_resolvconf()
|
setup_resolvconf()
|
||||||
boottoolsSoftwareInstall (args.osarch, args.osrelease)
|
boottoolsSoftwareInstall (args.osarch, args.osrelease)
|
||||||
boottoolsSoftwareCompile()
|
boottoolsSoftwareCompile()
|
||||||
boottoolsPythonModules()
|
boottoolsPythonModules()
|
||||||
boottoolsRemovePackages()
|
boottoolsRemovePackages()
|
||||||
|
configure_stunnel()
|
||||||
setup_resolvconf() ## do this again, since someone seems to be overwriting the file
|
setup_resolvconf() ## do this again, since someone seems to be overwriting the file
|
||||||
boottoolsInitrdGenerate (args.osrelease)
|
boottoolsInitrdGenerate (args.osrelease)
|
||||||
|
|
Loading…
Reference in New Issue