dda5cc71a1
The former is part of requirements for this distribution, and the latter is part of expectations.
13 lines
302 B
Makefile
13 lines
302 B
Makefile
# Education Set
|
|
|
|
ifeq (distro,$(IMAGE_CLASS))
|
|
|
|
distro/education-junior: distro/.installer use/slinux/full \
|
|
use/l10n/default/ru_RU +vmguest
|
|
@$(call set,INSTALLER,junior)
|
|
@$(call set,BRANDING,school-junior)
|
|
@$(call set,META_VOL_SET,Education Junior)
|
|
@$(call add,THE_LISTS,education/desktop)
|
|
|
|
endif
|