Commit a90f36d2 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: drop alterator GUI from server images

The issue at hand is that some sneaky stage3 alterator modules seem to have tossed alterator-browser-qt (thus libqt4* and friends) into base server installations; while this must be solved in within package base and should be worked around by server feature probably let's start out with leaf targets.
parent ab44f800
......@@ -188,7 +188,8 @@ distro/regular-sysv-tde: distro/.regular-install-x11 \
@$(call add,THE_LISTS,$(call tags,regular tde))
@$(call add,MAIN_PACKAGES,man-whatis usb-modeswitch)
distro/regular-server: distro/.regular-install use/server/mini use/rescue/base
distro/regular-server: distro/.regular-install \
use/server/mini use/rescue/base use/cleanup/x11
@$(call add,THE_LISTS,$(call tags,regular server))
@$(call add,MAIN_PACKAGES,aptitude)
@$(call set,INSTALLER,altlinux-server)
......
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