Commit a54bd845 authored by Michael Shigorin's avatar Michael Shigorin Committed by Anton Midyukov

mixin-alt-server.mk: drop the "System" checkbox

...for good; it was deeply unneeded in the first place, and a two-checkbox combo that would fall apart on non- {X86,aarch64} resulting in an empty toplevel "System" one sitting on the top of the installer's list is a shame to be honest. Let's put lsb-core into the base install as reasonably proposed by antohami@ in the related bug as its deps are pretty reasonable to me too. See-also: http://bugzilla.altlinux.org/show_bug.cgi?id=42268#c4 See-also: http://lists.altlinux.org/pipermail/devel-distro/2022-October/002895.html
parent d09f6f9a
mixin/alt-server: server_groups = $(addprefix centaurus/,\
00-system 10-alterator 20-server-apps 50-freeipa 70-dev 901-net-if-mgt \
10-alterator 20-server-apps 50-freeipa 70-dev 901-net-if-mgt \
sambaDC buildsystem dhcp-server-a diag-tools dns-server-a ftp-server-a \
mail-server-a owncloud domain-server freeipa-client nm-daemon \
systemd-networkd openuds openuds-tunnel admc)
......@@ -35,13 +35,13 @@ ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
@$(call add,INSTALL2_PACKAGES,ntfs-3g)
@$(call add,BASE_KMODULES,drm)
@$(call add,MAIN_GROUPS,centaurus/proxmox-backup-server)
@$(call add,MAIN_GROUPS,centaurus/lsb-core)
@$(call add,MAIN_GROUPS,centaurus/token)
@$(call add,MAIN_PACKAGES,mate-reduced-resource)
endif
@$(call add,MAIN_KMODULES,$(server_main_kmodules))
@$(call add,BASE_LISTS,centaurus/base)
@$(call add,BASE_LISTS,centaurus/base-server)
@$(call add,BASE_LISTS,centaurus/lsb-core)
@$(call add,LIVE_LISTS,centaurus/live)
@$(call add,LIVE_LISTS,centaurus/remmina)
@$(call add,LIVE_LISTS,centaurus/cups)
......
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=System
X-Alterator-PackageList=centaurus/zero
X-Alterator-Required=no
Name[ru_RU]=Система
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Core module of the Linux Standard Base (LSB), ISO/IEC 23360 Part 1
X-Alterator-PackageList=centaurus/lsb-core
X-Alterator-Required=no
X-Alterator-Parent=centaurus/00-system
Name[ru_RU]=Базовый модуль Linux Standard Base (LSB), ISO/IEC 23360, часть 1
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