[lxc] Ubuntu likes runlevel 5

pull/3523/head
Chris Lundquist 10 years ago
parent 16f0c07b0a
commit 9492e1a5e3

@ -92,6 +92,9 @@ func (s *StepWaitInit) waitForInit(state multistep.StateBag, cancel <-chan struc
if currentRunlevel == targetRunlevel {
log.Printf("Container finished init.")
break
} else if currentRunlevel > targetRunlevel {
log.Printf("Expected Runlevel %d, Got Runlevel %s, continuing", targetRunlevel, currentRunlevel)
break
}
/*log.Println("Attempting SSH connection...")

Loading…
Cancel
Save