mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-27 00:21:44 +02:00
Merge pull request #338 from c4milo/vmware-vhardware-version-upgrade
Upgrades virtual hardware version to a more reasonable minimum default
This commit is contained in:
commit
cf3e001a11
@ -603,7 +603,7 @@ _write_vmx_conf() {
|
||||
#!/usr/bin/vmware
|
||||
.encoding = "UTF-8"
|
||||
config.version = "8"
|
||||
virtualHW.version = "4"
|
||||
virtualHW.version = "7"
|
||||
cleanShutdown = "TRUE"
|
||||
displayName = "${VM_NAME}"
|
||||
ethernet0.addressType = "generated"
|
||||
|
Loading…
x
Reference in New Issue
Block a user