Upgrades virtual hardware version

Version 4 is too low. Some VMware products even crash trying to
upgrade it to a greater version (VMware Fusion 6 Pro). Having at
least 7 will allow us to use some modern features in most VMware
products, such as enabling vmxnet3 virtual network adapters or adding
much more memory and cpu cores to virtual machines.
This commit is contained in:
Camilo Aguilar 2014-09-29 16:00:03 -05:00
parent 11af495da8
commit 7729258fda

View File

@ -603,7 +603,7 @@ _write_vmx_conf() {
#!/usr/bin/vmware #!/usr/bin/vmware
.encoding = "UTF-8" .encoding = "UTF-8"
config.version = "8" config.version = "8"
virtualHW.version = "4" virtualHW.version = "7"
cleanShutdown = "TRUE" cleanShutdown = "TRUE"
displayName = "${VM_NAME}" displayName = "${VM_NAME}"
ethernet0.addressType = "generated" ethernet0.addressType = "generated"