mirror of
https://github.com/rancher/os.git
synced 2025-08-31 14:23:11 +00:00
Merge pull request #597 from imikushin/usr-dev
remove boot behaviour dependency on version string
This commit is contained in:
@@ -129,7 +129,7 @@ func tryMountAndBootstrap(cfg *config.CloudConfig) (*config.CloudConfig, error)
|
||||
}
|
||||
|
||||
log.Debugf("Switching to new root at %s", STATE)
|
||||
return cfg, switchRoot(STATE)
|
||||
return cfg, switchRoot(STATE, cfg.Rancher.RmUsr)
|
||||
}
|
||||
|
||||
func getLaunchConfig(cfg *config.CloudConfig, dockerCfg *config.DockerConfig) (*dockerlaunch.Config, []string) {
|
||||
|
Reference in New Issue
Block a user