Commit 607aa1b7 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: regular-server revisited

Few things: - extend feature specification + SysVinit can be chosen explicitly via init feature, no need to keep sysklogd in yet another pkglist; + power management should be included too (both cpufreq setup and power button handling); + LILO seems to be heavily preferred among the target audience :) - use desktop installer for regular-server + the seeming controversy is explained easily: installer-distro-altlinux-generic has very few modules to the point of being inconvenient for anything but quick rounds of basic testing, and distributions rather do need network setup along with a non-privileged user.
parent 7afce7b4
......@@ -81,8 +81,9 @@ distro/regular-rescue: distro/.regular-bare use/rescue/rw \
use/syslinux/ui/menu use/hdt use/efi/refind
@$(call set,KFLAVOURS,un-def)
distro/regular-server: distro/.regular-bare +installer \
use/bootloader/grub use/firmware use/server/mini
distro/regular-server: distro/.regular-bare +installer +sysvinit +power \
use/install2/fs use/bootloader/lilo use/firmware use/server/mini
@$(call add,THE_LISTS,$(call tags,(base || server) && regular))
@$(call set,INSTALLER,desktop)
endif
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