1
0
mirror of https://github.com/rancher/os.git synced 2025-07-19 09:26:27 +00:00

make modules settable through rancherctl config

This commit is contained in:
wlan0 2015-04-28 15:39:27 -07:00
parent ceac296b9e
commit bc9efaa22d

View File

@ -357,6 +357,7 @@ func RunInit() error {
func(cfg *config.Config) error {
return cfg.Reload()
},
loadModules,
setResolvConf,
func(cfg *config.Config) error {
return createDirs(postDirs...)