regular.mk: added aptitude to server image

Dank Bagryantsev asked if it could be added to available packages
at least; well it is there now but not in default install
as aptitude is currently unsupported.
This commit is contained in:
Michael Shigorin 2013-12-30 18:40:44 +02:00
parent 9b8da4087b
commit c89ac47af3

View File

@ -123,6 +123,7 @@ distro/regular-sysv-tde: distro/.regular-install-x11 \
distro/regular-server: distro/.regular-install \
use/install2/fs use/server/mini use/rescue/base
@$(call add,THE_LISTS,$(call tags,regular server))
@$(call add,MAIN_PACKAGES,aptitude)
@$(call set,INSTALLER,altlinux-server)
endif