Commit f7dbfe99 authored by Dmitriy Terekhin's avatar Dmitriy Terekhin Committed by Anton Midyukov

alt-server: Leave only Russian and English in installer

Support for other languages is worse. Language selection in GRUB is disabled. Russian is selected by default. See cоmmit a7ba5cbd This fix breaks the image build.
parent 30437c55
......@@ -21,13 +21,14 @@ mixin/alt-server: +installer +systemd \
use/volumes/alt-server \
use/apt-conf/branch \
use/fonts/install2 \
use/install2/stage3 \
use/l10n/default/ru_RU use/install2/stage3 \
use/firmware/full \
use/net/etcnet \
use/tty
@$(call set,INSTALLER,centaurus)
@$(call set,BRANDING,alt-server)
@$(call set,THE_APT_CONF,branch-gostcrypto)
@$(call set,DISABLE_LANG_MENU,in_grub)
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call set,BOOTLOADER,grubpcboot)
endif
......
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