packer-cn/builder/vmware/vmx
Sean Chittenden 9b3f8a4be9
Pause between boot_commands when debugging a VMware build
When debugging a build (or maintaining an existing packer file), teach `packer build -debug` how to step through individual `boot_command`s in order to triage the packer file.

```
==> vmware-iso: Typing the boot command over VNC...
==> vmware-iso: Pausing after run of step 'boot_command[0]: <enter><wait>'. Press enter to continue.
==> vmware-iso: Pausing after run of step 'boot_command[1]: <enter><wait>'. Press enter to continue.
==> vmware-iso: Pausing after run of step 'boot_command[2]: freebsd-vagrant<enter><wait>'. Press enter to continue.
==> vmware-iso: Pausing after run of step 'boot_command[3]: <down><spacebar>'. Press enter to continue. ^C
```
2016-05-17 03:50:00 -04:00
..
builder.go Pause between boot_commands when debugging a VMware build 2016-05-17 03:50:00 -04:00
builder_test.go builder/vmware-vmx: add floppy_files support 2014-05-12 18:24:03 -07:00
config.go Revert "Only validate vmware resources on local hosts" 2016-02-02 12:41:42 -08:00
config_test.go builder/vmware/vmx: shutdown 2013-12-26 15:31:23 -07:00
step_clone_vmx.go Revert backwards-compatibility break in VMX option casing 2015-08-10 14:52:34 -07:00
step_clone_vmx_test.go builder/vmware/vmx: set the full_disk_path so compacting works 2013-12-26 15:44:39 -07:00
step_test.go builder/vmware/vmx: StepCloneVMX 2013-12-26 08:34:27 -07:00