4858791145
Initial SPICE support has been added for kvm/libvirt installation and boot-up using qxl and spice by default as proposed by shaba@. VirtualBox part is shifted a level deeper correspondingly but otherwise stays the same.
14 lines
360 B
Makefile
14 lines
360 B
Makefile
+vmguest: use/vm/virtualbox/guest use/vm/kvm/guest; @:
|
|
|
|
use/vm/virtualbox/guest:
|
|
@$(call add_feature)
|
|
@$(call add,THE_KMODULES,virtualbox-addition)
|
|
@$(call add,THE_PACKAGES,virtualbox-guest-additions)
|
|
|
|
# NB: only reasonable for X11-bearing images
|
|
use/vm/kvm/guest:
|
|
@$(call add_feature)
|
|
@$(call add,THE_PACKAGES,spice-vdagent)
|
|
|
|
# see also use/install2/kvm
|