enable qemu builder to handle reboots in the shell provisioner

This commit is contained in:
mheidenr 2014-01-30 08:46:54 +01:00
parent 1a57e38963
commit cfb9b4d65d
1 changed files with 5 additions and 15 deletions

View File

@ -392,23 +392,13 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
new(stepForwardSSH), new(stepForwardSSH),
new(stepConfigureVNC), new(stepConfigureVNC),
&stepRun{ &stepRun{
BootDrive: "d", BootDrive: "once=d",
Message: "Starting VM, booting from CD-ROM", Message: "Starting VM, booting from CD-ROM",
}, },
}
if !b.config.RunOnce {
steps = append(steps,
&stepBootWait{}, &stepBootWait{},
&stepTypeBootCommand{}, &stepTypeBootCommand{},
&stepWaitForShutdown{
Message: "Waiting for initial VM boot to shut down",
},
&stepRun{
BootDrive: "c",
Message: "Starting VM, booting from hard disk",
},
)
} }
steps = append(steps, steps = append(steps,