From 607aa1b7d8c196db258a1a4b4dc05b10273a7796 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Wed, 10 Jul 2013 22:05:11 +0400 Subject: [PATCH] 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. --- conf.d/regular.mk | 5 +++-- pkg.in/lists/tagged/regular+server | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf.d/regular.mk b/conf.d/regular.mk index 6a629b30..69ce383a 100644 --- a/conf.d/regular.mk +++ b/conf.d/regular.mk @@ -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 diff --git a/pkg.in/lists/tagged/regular+server b/pkg.in/lists/tagged/regular+server index 0b2ce912..f8e004cd 100644 --- a/pkg.in/lists/tagged/regular+server +++ b/pkg.in/lists/tagged/regular+server @@ -1,4 +1,3 @@ -sysklogd vim-console nano mc