forked from altcloud/mkimage-profiles
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:
parent
6c9ca9af08
commit
ae44169139
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user