mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 23:21:17 +02:00
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:
parent
11af495da8
commit
7729258fda
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user