Merge pull request #122 from unclejack/build_library-vmx_utc_tz

fix(build_library): set tz to UTC in vmx template
This commit is contained in:
Michael Marineau 2013-10-15 14:43:45 -07:00
commit 1e17818736

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}" )
}