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:
unclejack 2013-10-15 23:14:11 +03:00
parent b7bbbf9e71
commit 655c9de59e

View File

@ -478,6 +478,7 @@ scsi0:0.present = "TRUE"
sound.present = "FALSE"
usb.generic.autoconnect = "FALSE"
usb.present = "TRUE"
rtc.diffFromUTC = 0
EOF
VM_GENERATED_FILES+=( "${vmx_path}" )
}