11d4f4062e
The "vm" name became a bit confusing with the introduction of build-vm feature; let's call this one "vmguest" until we do hierarchical (sub)features.
14 lines
360 B
Makefile
14 lines
360 B
Makefile
+vmguest: use/vmguest/virtualbox use/vmguest/kvm; @:
|
|
|
|
use/vmguest/virtualbox:
|
|
@$(call add_feature)
|
|
@$(call add,THE_KMODULES,virtualbox-addition drm)
|
|
@$(call add,THE_PACKAGES,virtualbox-guest-additions)
|
|
|
|
# NB: only reasonable for X11-bearing images
|
|
use/vmguest/kvm:
|
|
@$(call add_feature)
|
|
@$(call add,THE_PACKAGES,spice-vdagent)
|
|
|
|
# see also use/install2/kvm
|