mkimage-profiles/features.in/vmguest/config.mk
Michael Shigorin f044f58775 install2, sound, vmguest: support led-ws modules
led@ has different kernel-modules-* package set,
some of those "standard" names are provided but
vbox* is not the case.

As our macros and helpers will grok this just fine,
let's add both variants so what's present gets in.
2013-12-25 02:21:00 +02:00

15 lines
386 B
Makefile

+vmguest: use/vmguest/virtualbox use/vmguest/kvm; @:
use/vmguest:
@$(call add_feature)
use/vmguest/virtualbox: use/vmguest
@$(call add,THE_KMODULES,virtualbox-addition vboxguest drm)
@$(call add,THE_PACKAGES,virtualbox-guest-additions)
# NB: only reasonable for X11-bearing images
use/vmguest/kvm: use/vmguest
@$(call add,THE_PACKAGES,spice-vdagent)
# see also use/install2/kvm