regular.mk: regular-server tweaks

LUKS seems like a worthwile addition to this particular image;
it's also switched to use installer-distro-altlinux-server
for both LUKS support (until installer-steps are dynamic)
and server-oriented partitioning presets.
This commit is contained in:
Michael Shigorin 2013-10-14 14:25:29 +04:00
parent 34df065896
commit f23fdcb859

View File

@ -88,9 +88,9 @@ distro/regular-rescue: distro/.regular-bare use/rescue/rw \
distro/regular-server: distro/.regular-bare +installer +sysvinit +power \
use/install2/fs use/bootloader/lilo use/firmware use/server/mini \
use/branding
use/branding use/luks
@$(call add,THE_LISTS,$(call tags,(base || server) && regular))
@$(call set,INSTALLER,desktop)
@$(call set,INSTALLER,altlinux-server)
@$(call add,INSTALL2_BRANDING,alterator notes)
@$(call add,THE_BRANDING,alterator)