• Michael Shigorin's avatar
    virtualbox feature renamed to vm, extended · 48587911
    Michael Shigorin authored
    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.
    48587911
config.mk 535 Bytes
use/install2: use/stage2 sub/stage2/install2 use/cleanup/installer
	@$(call add_feature)
	@$(call set,INSTALL2_PACKAGES,installer-distro-$$(INSTALLER)-stage2)
	@$(call add,INSTALL2_PACKAGES,branding-$$(BRANDING)-alterator)
	@$(call add,BASE_PACKAGES,branding-$$(BRANDING)-release)
	@$(call add,BASE_LISTS,$(call tags,basesystem))

use/install2/net: use/install2
	@$(call add,INSTALL2_PACKAGES,curl)

# see also use/vm/kvm/guest; qxl included in xorg pkglist
use/install2/kvm:
	@$(call add,INSTALL2_PACKAGES,spice-vdagent xorg-drv-qxl)