Commit a7ba5cbd authored by Anton Midyukov's avatar Anton Midyukov

alt-server: make the 1st installer screen in Russian

The choice of language for the installer in the GRUB menu does not affect the language of the menu itself, which is strange. Now Russian is selected without user prompt.
parent 62eb27d3
......@@ -43,7 +43,7 @@ endif
@$(call add,BASE_KMODULES,virtualbox)
@$(call add,CLEANUP_BASE_PACKAGES,acpid-events-power)
@$(call add,RESCUE_BOOTARGS,nomodeset vga=0)
@$(call add,EFI_BOOTARGS,lang=ru_RU)
@$(call add,STAGE2_BOOTARGS,lang=ru_RU)
ifeq (,$(filter-out e2k,$(ARCH)))
@$(call set,META_APP_ID,ALT Server for Elbrus-4.4)
endif
......
......@@ -5,7 +5,7 @@ mixin/alt-server: server_groups = $(addprefix centaurus/,\
mixin/alt-server: +installer +systemd \
use/branding/notes \
use/control use/services \
use/l10n/default/ru_RU use/install2/stage3 \
use/install2/stage3 \
use/install2/vnc use/install2/xfs use/install2/fat \
use/volumes/cliff-server \
use/apt-conf/branch \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment