mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 21:16:57 +02:00
fix(build_library): set tz to UTC in vmx template
VMware is using the local time zone by default for the clock. This changes the vmx template in vm_image_util.sh to set it to UTC instead.
This commit is contained in:
parent
b7bbbf9e71
commit
655c9de59e
@ -478,6 +478,7 @@ scsi0:0.present = "TRUE"
|
|||||||
sound.present = "FALSE"
|
sound.present = "FALSE"
|
||||||
usb.generic.autoconnect = "FALSE"
|
usb.generic.autoconnect = "FALSE"
|
||||||
usb.present = "TRUE"
|
usb.present = "TRUE"
|
||||||
|
rtc.diffFromUTC = 0
|
||||||
EOF
|
EOF
|
||||||
VM_GENERATED_FILES+=( "${vmx_path}" )
|
VM_GENERATED_FILES+=( "${vmx_path}" )
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user