packer-cn/builder/vmware/vmx
Shawn Neal 05ebc8f316 Do not re-add floppy disk files to VMX
This commit fixes errors like this in the vsphere post-processor when using floppy files in the builder step:
Error: File (/var/folders/zl/57c1vmr532z_ryf1scw53_b9ycmxh7/T/packer964492999) could not be found

The configure VMX step re-adds the floppy files, so we need to configure the VMX and _then_ clean the VMX in that order.
2014-07-21 17:06:43 -07:00
..
builder.go Do not re-add floppy disk files to VMX 2014-07-21 17:06:43 -07:00
builder_test.go builder/vmware/vmx: initial stuff 2013-12-25 15:52:40 -07:00
config.go builder/vmware-vmx: Added tools_upload_flavor support 2014-05-09 17:24:19 -07:00
config_test.go builder/vmware/vmx: shutdown 2013-12-26 15:31:23 -07:00
step_clone_vmx.go builder/vmware/vmx: set the full_disk_path so compacting works 2013-12-26 15:44:39 -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