Compare commits
1 Commits
main
...
eject_at_e
Author | SHA1 | Date | |
---|---|---|---|
|
ec6062dd2a |
@ -303,25 +303,17 @@ func (self *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (pa
|
|||||||
SSHConfig: xscommon.SSHConfig,
|
SSHConfig: xscommon.SSHConfig,
|
||||||
SSHWaitTimeout: self.config.SSHWaitTimeout,
|
SSHWaitTimeout: self.config.SSHWaitTimeout,
|
||||||
},
|
},
|
||||||
new(xscommon.StepShutdown),
|
|
||||||
&xscommon.StepDetachVdi{
|
|
||||||
VdiUuidKey: "floppy_vdi_uuid",
|
|
||||||
},
|
|
||||||
&xscommon.StepDetachVdi{
|
|
||||||
VdiUuidKey: "iso_vdi_uuid",
|
|
||||||
},
|
|
||||||
new(xscommon.StepStartVmPaused),
|
|
||||||
new(xscommon.StepBootWait),
|
|
||||||
&common.StepConnectSSH{
|
|
||||||
SSHAddress: xscommon.SSHLocalAddress,
|
|
||||||
SSHConfig: xscommon.SSHConfig,
|
|
||||||
SSHWaitTimeout: self.config.SSHWaitTimeout,
|
|
||||||
},
|
|
||||||
new(common.StepProvision),
|
new(common.StepProvision),
|
||||||
new(xscommon.StepShutdown),
|
new(xscommon.StepShutdown),
|
||||||
|
&xscommon.StepDetachVdi{
|
||||||
|
VdiUuidKey: "iso_vdi_uuid",
|
||||||
|
},
|
||||||
&xscommon.StepDetachVdi{
|
&xscommon.StepDetachVdi{
|
||||||
VdiUuidKey: "tools_vdi_uuid",
|
VdiUuidKey: "tools_vdi_uuid",
|
||||||
},
|
},
|
||||||
|
&xscommon.StepDetachVdi{
|
||||||
|
VdiUuidKey: "floppy_vdi_uuid",
|
||||||
|
},
|
||||||
new(xscommon.StepExport),
|
new(xscommon.StepExport),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user