You need to sign in or sign up before continuing.
education.mk 302 Bytes
Newer Older
1 2 3 4
# Education Set

ifeq (distro,$(IMAGE_CLASS))

5 6 7
distro/education-junior: distro/.installer use/slinux/full \
	use/l10n/default/ru_RU +vmguest
	@$(call set,INSTALLER,junior)
8 9 10 11 12
	@$(call set,BRANDING,school-junior)
	@$(call set,META_VOL_SET,Education Junior)
	@$(call add,THE_LISTS,education/desktop)

endif