1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 22:32:14 +00:00

Implement rancherctl config import

This commit is contained in:
Darren Shepherd
2015-02-17 18:42:26 -07:00
parent 9f1a38f8c8
commit 529ce4336d
4 changed files with 73 additions and 25 deletions

View File

@@ -271,11 +271,14 @@ func RunInit() error {
return err
},
setResolvConf,
extractModules,
mountCgroups,
extractModules,
loadModules,
mountState,
func(cfg *config.Config) error {
return cfg.Reload()
},
setResolvConf,
createSymlinks,
remountRo,
sysInit,