[lxc] Ubuntu likes runlevel 5

pull/5309/head
Chris Lundquist 10 years ago committed by Megan Marsh
parent 3a136aad77
commit ddbb584235

@ -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