1
0
mirror of https://github.com/rancher/os.git synced 2025-09-13 13:39:53 +00:00

set the http_proxy env vars for the consoles

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-09-15 23:38:15 +10:00
parent baee5d18ea
commit 4769f143cf
6 changed files with 41 additions and 2 deletions

View File

@@ -452,6 +452,7 @@ func RunInit() error {
config.CfgFuncData{"load modules2", loadModules},
config.CfgFuncData{"set proxy env", func(cfg *config.CloudConfig) (*config.CloudConfig, error) {
network.SetProxyEnvironmentVariables()
return cfg, nil
}},
config.CfgFuncData{"init SELinux", initializeSelinux},