education.mk: return package group selection to installer

This commit is contained in:
Andrey Cherepanov 2016-08-31 16:09:13 +03:00 committed by Michael Shigorin
parent 07cac36d3d
commit 08ec1254ac

View File

@ -12,9 +12,9 @@ distro/education: distro/.installer use/slinux/full \
@$(call set,META_VOL_SET,ALT Education 8.0)
@$(call add,INSTALL2_PACKAGES,xorg-drv-vmware xorg-drv-vmmouse disable-usb-autosuspend xorg-drv-libinput)
@$(call add,BASE_LISTS,education/base)
@$(call add,BASE_GROUPS,education/teacher)
@$(call add,BASE_GROUPS,education/kde5)
@$(call add,BASE_GROUPS,education/server-apps-edu)
@$(call add,MAIN_GROUPS,education/teacher)
@$(call add,MAIN_GROUPS,education/kde5)
@$(call add,MAIN_GROUPS,education/server-apps-edu)
@$(call add,THE_PACKAGES,usbutils pv syslinux lftp links2 openssh-server xinput xorg-drv-libinput vim-console)
@$(call add,THE_KMODULES,lsadrv)
@$(call add,THE_PACKAGES,xorg-drv-vmware xorg-drv-vmmouse disable-usb-autosuspend)