forked from altcloud/mkimage-profiles
11 lines
236 B
Makefile
11 lines
236 B
Makefile
|
# Education Set
|
||
|
|
||
|
ifeq (distro,$(IMAGE_CLASS))
|
||
|
|
||
|
distro/education-junior: distro/.installer use/slinux/full
|
||
|
@$(call set,BRANDING,school-junior)
|
||
|
@$(call set,META_VOL_SET,Education Junior)
|
||
|
@$(call add,THE_LISTS,education/desktop)
|
||
|
|
||
|
endif
|