Commit f7eadc2f authored by Michael Shigorin's avatar Michael Shigorin

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).
parent 89bc47f3
#!/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
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