e2k: provide canned KOI8-R configs
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...
This commit is contained in:
parent
bbfad01e55
commit
89bc47f35c
6
features.in/e2k/rootfs/image-scripts.d/51-e2k-koi8-r
Executable file
6
features.in/e2k/rootfs/image-scripts.d/51-e2k-koi8-r
Executable file
@ -0,0 +1,6 @@
|
||||
#!/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
|
Loading…
Reference in New Issue
Block a user