education.mk: ALT Education 8.0

This commit is contained in:
Andrey Cherepanov 2016-07-15 18:06:04 +03:00 committed by Michael Shigorin
parent eed7a25b21
commit 59b8da8c61

View File

@ -2,11 +2,11 @@
ifeq (distro,$(IMAGE_CLASS)) ifeq (distro,$(IMAGE_CLASS))
distro/education-junior: distro/.installer use/slinux/full \ distro/education: distro/.installer use/slinux/full \
use/l10n/default/ru_RU +vmguest use/l10n/default/ru_RU +vmguest
@$(call set,INSTALLER,junior) @$(call set,INSTALLER,junior)
@$(call set,BRANDING,school-junior) @$(call set,BRANDING,alt-education)
@$(call set,META_VOL_SET,Education Junior) @$(call set,META_VOL_SET,ALT Education 8.0)
@$(call add,THE_LISTS,education/desktop) @$(call add,THE_LISTS,education/desktop)
endif endif