diff --git a/conf.d/education.mk b/conf.d/education.mk index 57c4d4f3..d08bf5b3 100644 --- a/conf.d/education.mk +++ b/conf.d/education.mk @@ -14,6 +14,7 @@ mixin/education: use/kernel use/firmware \ @$(call add,THE_LISTS,slinux/misc-base) @$(call add,THE_LISTS,gnome-p2p) @$(call add,THE_LISTS,$(call tags,base l10n)) + @$(call add,BASE_LISTS,education/base) @$(call add,BASE_LISTS,workstation/3rdparty) @$(call add,THE_LISTS,education/misc) @$(call add,THE_PACKAGES,usbutils pv lftp links2 openssh-server xinput xorg-drv-libinput) @@ -46,7 +47,6 @@ distro/alt-education: distro/.installer mixin/education \ @$(call add,INSTALL2_PACKAGES,disable-usb-autosuspend) @$(call add,INSTALL2_PACKAGES,installer-feature-samba-usershares-stage2) @$(call add,MAIN_LISTS,slinux/not-install-full) - @$(call add,MAIN_GROUPS,education/00_base) @$(call add,MAIN_GROUPS,education/01_preschool) @$(call add,MAIN_GROUPS,education/02_gradeschool) @$(call add,MAIN_GROUPS,education/03_highschool)