Disable vboxvideo and remove timesync-set-on-restore: neither work correctly w/ 5.1.x drivers in minikube
parent
9a2600e791
commit
e4303ebb91
|
@ -4,11 +4,14 @@ ConditionVirtualization=oracle
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStartPre=-/usr/sbin/modprobe vboxguest
|
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
|
ExecStartPre=-/usr/sbin/modprobe vboxsf
|
||||||
# Normally, VirtualBox only syncs every 20 minutes. This syncs on start,
|
# Normally, VirtualBox only syncs every 20 minutes. This syncs on start, and
|
||||||
# restore, and forces an immediate sync if VM time is over 5 seconds off.
|
# 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
|
ExecStart=/usr/sbin/VBoxService -f --disable-automount --timesync-set-start --timesync-set-threshold 5000
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in New Issue