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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user