mkimage-profiles/conf.d/education.mk
Andrey Cherepanov 7311bce3b9 education.mk, education/desktop: add vmware drivers
...to installer and disk; put disable-usb-autosuspend to installer
2019-05-29 19:19:54 +03:00

19 lines
529 B
Makefile

# ALT Education
ifeq (distro,$(IMAGE_CLASS))
distro/education: distro/.installer use/slinux/full \
use/browser/firefox/esr \
use/memtest \
use/l10n/default/ru_RU +vmguest
@$(call set,INSTALLER,junior)
@$(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,teacher)
@$(call add,THE_GROUPS,kde5)
@$(call add,THE_GROUPS,server-apps-edu)
endif