89bc47f35c
This is to avoid extra actions when one actually needs KOI8-R (which is still hardwired in some lcc messages). Should all be rolled into l10n feature some day...
7 lines
227 B
Bash
Executable File
7 lines
227 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "#LANG=ru_RU.KOI8-R" >> /etc/sysconfig/i18n
|
|
echo "#SYSFONTACM=koi8-r" >> /etc/sysconfig/consolefont
|
|
echo "#KBCHARSET=koi8-r" >> /etc/sysconfig/keyboard
|
|
echo "#KEYTABLE=ru_cplk-KOI8-R" >> /etc/sysconfig/keyboard
|