From dda5cc71a17c944e1bfbf35dd2cf907f12de8676 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Mon, 29 Feb 2016 21:39:11 +0300 Subject: [PATCH] education.mk: speak Russian by default, care for VMs The former is part of requirements for this distribution, and the latter is part of expectations. --- conf.d/education.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf.d/education.mk b/conf.d/education.mk index 7d59f88b..b6c873e1 100644 --- a/conf.d/education.mk +++ b/conf.d/education.mk @@ -2,7 +2,9 @@ ifeq (distro,$(IMAGE_CLASS)) -distro/education-junior: distro/.installer use/slinux/full +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)