mirror of
https://github.com/hashicorp/packer.git
synced 2026-03-20 17:45:20 -04:00
The ISO builders (parallels, qemu, virtualbox, and vmware) had too much common code which needed to be maintained separately. This change moves that code to a common ISO configuration. |
||
|---|---|---|
| .. | ||
| artifact.go | ||
| artifact_test.go | ||
| builder.go | ||
| builder_test.go | ||
| driver.go | ||
| driver_esx5.go | ||
| driver_esx5_test.go | ||
| output_dir.go | ||
| remote_driver.go | ||
| remote_driver_mock.go | ||
| remote_driver_mock_test.go | ||
| step_create_disk.go | ||
| step_create_vmx.go | ||
| step_register.go | ||
| step_register_test.go | ||
| step_remote_upload.go | ||
| step_test.go | ||
| step_upload_vmx.go | ||