Commit a6a3254b authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: add vmware support to jeos flavour

This should provide the fix for #30024 (thanks ildar@): vmware relies on mptspi.ko by default and that's been split out into scsi and not guest subpackage for led-ws. BTW use/install2/vmguest instead of a bunch.
parent 0276e25d
......@@ -47,12 +47,12 @@ 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/install2/kvm use/install2/vbox \
use/install2/packages use/install2/vmguest \
use/branding use/bootloader/lilo use/syslinux/lateboot.cfg \
use/install2/cleanup/everything use/install2/cleanup/kernel/everything \
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 add,BASE_KMODULES,guest scsi vboxguest)
@$(call set,INSTALLER,altlinux-generic)
@$(call add,INSTALL2_BRANDING,alterator notes)
@$(call add,THE_BRANDING,alterator) # just to be cleaned up later on
......
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