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.
This commit is contained in:
parent
7afce7b46c
commit
607aa1b7d8
@ -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
|
||||
|
@ -1,4 +1,3 @@
|
||||
sysklogd
|
||||
vim-console
|
||||
nano
|
||||
mc
|
||||
|
Loading…
Reference in New Issue
Block a user