1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 14:48:55 +00:00

try mount state

run bootstrap if failed (and autoformat if we can), then try again
This commit is contained in:
Ivan Mikushin
2015-07-22 21:14:39 +05:00
parent 890052273e
commit ca54b617a0
2 changed files with 31 additions and 15 deletions

View File

@@ -68,10 +68,6 @@ func stopDocker(c chan interface{}) error {
}
func bootstrap(cfg *config.Config) error {
if util.ResolveDevice(cfg.State.Dev) != "" {
return nil
}
log.Info("Launching Bootstrap Docker")
c, err := startDocker(cfg)
if err != nil {