From a9e4934bf33d16e3d9411603f3b139b7e86966a3 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Wed, 20 Jul 2011 21:50:48 +0300 Subject: [PATCH] distro.mk: altlinux-generic installer by default installer-distro-server-light (using installer-feature-vm-server-light) is specifically tuned for Server Light needs, and in general we have different ones (regarding installer steps, autopartitioning profile, configured services, etc). So here's the replacement. --- distro.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distro.mk b/distro.mk index 897d6c05..3bd486d6 100644 --- a/distro.mk +++ b/distro.mk @@ -33,10 +33,10 @@ distro/syslinux: distro/.init distro/.branding sub/stage1 \ # something actually useful (as a network-only installer) distro/installer: distro/.base use/installer - @$(call set,INSTALLER,server-light) + @$(call set,INSTALLER,altlinux-generic) @$(call set,INSTALLER_KMODULES_REGEXP,drm.*) # for KMS -# BASE_LISTS, DISK_LISTS, MAIN_PACKAGES: see sub.in/main/ +# BASE_PACKAGES, BASE_LISTS, MAIN_PACKAGES, MAIN_LISTS: see sub.in/main/ distro/server-base: distro/installer sub/main use/syslinux/ui-menu use/memtest @$(call add,BASE_LISTS,server-base)