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.
This commit is contained in:
Michael Shigorin 2013-04-22 19:24:33 +04:00
parent 6c9ca9af08
commit ae44169139
2 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@ livecd-setauth
livecd-setlocale
livecd-net-eth
livecd-install-wmaker
livecd-virtualbox-noglx
network
NetworkManager
connman

View File

@ -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