Skip to content

Commit

Permalink
Disable vboxvideo and remove timesync-set-on-restore: neither work co…
Browse files Browse the repository at this point in the history
…rrectly w/ 5.1.x drivers in minikube
  • Loading branch information
tstromberg committed Dec 20, 2018
1 parent 9a2600e commit e4303eb
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions deploy/iso/minikube-iso/package/vbox-guest/vboxservice.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ ConditionVirtualization=oracle

[Service]
ExecStartPre=-/usr/sbin/modprobe vboxguest
ExecStartPre=-/usr/sbin/modprobe vboxvideo

# Broken and probably unused: Unknown symbol ttm_bo_del_sub_from_lru
# ExecStartPre=-/usr/sbin/modprobe vboxvideo

ExecStartPre=-/usr/sbin/modprobe vboxsf
# Normally, VirtualBox only syncs every 20 minutes. This syncs on start,
# restore, and forces an immediate sync if VM time is over 5 seconds off.
ExecStart=/usr/sbin/VBoxService -f --disable-automount --timesync-set-start --timesync-set-on-restore=1 --timesync-set-threshold 5000
# Normally, VirtualBox only syncs every 20 minutes. This syncs on start, and
# forces an immediate sync if VM time is over 5 seconds off.
ExecStart=/usr/sbin/VBoxService -f --disable-automount --timesync-set-start --timesync-set-threshold 5000

[Install]
WantedBy=multi-user.target

0 comments on commit e4303eb

Please sign in to comment.