Enable syncing time for VMWare Fusion guests

By default, VMWare Fusion does not sync the guest OS's time to the host
and when running Fusion+docker-machine on a laptop the guest clock will
drift and not resync which can create a variety of problems (such as
authentication issues with AWS, etc)

Signed-off-by: Aaron Turner <synfinatic@gmail.com>
This commit is contained in:
Aaron Turner 2016-02-17 09:39:27 -08:00
parent dc5f1e9bdb
commit e790d9f47a
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ scsi0.present = "TRUE"
scsi0.virtualDev = "pvscsi"
scsi0:0.fileName = "{{.MachineName}}.vmdk"
scsi0:0.present = "TRUE"
tools.synctime = "TRUE"
virtualHW.productCompatibility = "hosted"
virtualHW.version = "10"
msg.autoanswer = "TRUE"