mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-26 03:12:01 -05:00
* Add new config option to allow setting virtual machine hardware version The vsphere-iso builder gets a new configuration option named vm_version. It allows setting the VMWare virtual machine hardware version to a non-default value. The default behavior remains unchanged. Use the latest supported hardware version that ESXi/vCenter allows. VMWare KB for supported virtual machine hardware versions. https://kb.vmware.com/s/article/1003746 * Change vm_version from string to int |
||
|---|---|---|
| .. | ||
| builder.go | ||
| builder_acc_test.go | ||
| config.go | ||
| step_add_cdrom.go | ||
| step_add_floppy.go | ||
| step_boot_command.go | ||
| step_config_params.go | ||
| step_create.go | ||
| test.sh | ||