e2k: added ru_RU.UTF-8 preconfiguration
It's legit here as I know no Elbrus users among non-Russian-speakers, at least so far; should move to generic l10n feature (which will definitely see its glory by then).
This commit is contained in:
parent
89bc47f35c
commit
f7eadc2fc8
8
features.in/e2k/rootfs/image-scripts.d/51-e2k-utf-8
Executable file
8
features.in/e2k/rootfs/image-scripts.d/51-e2k-utf-8
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "LANG=ru_RU.UTF-8" >> /etc/sysconfig/i18n
|
||||
echo "SYSFONT=UniCyr_8x16" >> /etc/sysconfig/consolefont
|
||||
echo "KEYTABLE=ruwin_cplk-UTF-8" >> /etc/sysconfig/keyboard
|
||||
|
||||
[ ! -f /etc/locale.conf ] ||
|
||||
echo "LANG=ru_RU.UTF-8" >> /etc/locale.conf
|
Loading…
Reference in New Issue
Block a user