mkimage-profiles/conf.d/education.mk

19 lines
564 B
Makefile
Raw Normal View History

# ALT Education
ifeq (distro,$(IMAGE_CLASS))
2016-07-15 18:06:04 +03:00
distro/education: distro/.installer use/slinux/full \
use/browser/firefox/esr \
use/memtest \
2016-08-26 16:08:29 +03:00
use/l10n/default/ru_RU +vmguest +efi
@$(call set,INSTALLER,junior)
2016-07-15 18:06:04 +03:00
@$(call set,BRANDING,alt-education)
@$(call set,META_VOL_SET,ALT Education 8.0)
@$(call add,THE_LISTS,education/desktop)
@$(call add,STAGE2_PACKAGES,xorg-drv-vmware xorg-drv-vmmouse disable-usb-autosuspend)
@$(call add,THE_GROUPS,education/teacher)
@$(call add,THE_GROUPS,education/kde5)
@$(call add,THE_GROUPS,education/server-apps-edu)
endif