From 59b8da8c618e17b775016c3e3d0ec3e98fd3ccbb Mon Sep 17 00:00:00 2001 From: Andrey Cherepanov Date: Fri, 15 Jul 2016 18:06:04 +0300 Subject: [PATCH] education.mk: ALT Education 8.0 --- conf.d/education.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf.d/education.mk b/conf.d/education.mk index b6c873e1..81dfc974 100644 --- a/conf.d/education.mk +++ b/conf.d/education.mk @@ -2,11 +2,11 @@ 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 @$(call set,INSTALLER,junior) - @$(call set,BRANDING,school-junior) - @$(call set,META_VOL_SET,Education Junior) + @$(call set,BRANDING,alt-education) + @$(call set,META_VOL_SET,ALT Education 8.0) @$(call add,THE_LISTS,education/desktop) endif