f7eadc2fc8
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).
9 lines
250 B
Bash
Executable File
9 lines
250 B
Bash
Executable File
#!/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
|