Commit 8040bb5d authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: extend virtual guest support in jeos

KVM and VirtualBox support packages are pretty tiny but essential when these images get deployed within virtual environments for any reason, let's add 'em.
parent 57d7ad14
......@@ -46,9 +46,9 @@ distro/.regular-install: distro/.regular-bare +installer +sysvinit +power \
# - no +power or even use/power/acpi/button on intent
# - stock cleanup is not enough (or installer-common-stage3 deps soaring)
distro/regular-jeos: distro/.base +sysvinit \
use/install2/packages use/branding use/bootloader/lilo \
use/syslinux/lateboot.cfg use/cleanup/x11-alterator \
use/net use/kernel/net use/stage2/net-eth
use/install2/packages use/install2/kvm use/install2/vbox \
use/branding use/bootloader/lilo use/syslinux/lateboot.cfg \
use/cleanup/x11-alterator use/net use/kernel/net use/stage2/net-eth
@$(call set,KFLAVOURS,led-ws) # led-vs might be nice here
@$(call add,BASE_KMODULES,guest vboxguest)
@$(call set,INSTALLER,altlinux-generic)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment