• Michael Shigorin's avatar
    vm feature renamed to vmguest · 11d4f406
    Michael Shigorin authored
    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.
    11d4f406
config.mk 360 Bytes
+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