Commit ae441691 authored by Michael Shigorin's avatar Michael Shigorin

vmguest: apply vboxdrv related workaround

This is to cope with #28782 while the culprit is being found out; not much of a loss while #27340 is open (thus no 3D with vboxdrv anyways). I chose to avoid pulling the service related machinery into vmguest (and haven't got around to factoring it out from live feature's scripts into a standalone form) so had to tweak these as well.
parent 6c9ca9af
......@@ -35,6 +35,7 @@ livecd-setauth
livecd-setlocale
livecd-net-eth
livecd-install-wmaker
livecd-virtualbox-noglx
network
NetworkManager
connman
......
......@@ -6,6 +6,7 @@ use/vmguest:
use/vmguest/virtualbox: use/vmguest
@$(call add,THE_KMODULES,virtualbox-addition drm)
@$(call add,THE_PACKAGES,virtualbox-guest-additions)
@$(call add,THE_PACKAGES,livecd-virtualbox-noglx) ### #28782
# NB: only reasonable for X11-bearing images
use/vmguest/kvm: use/vmguest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment