From 89bc47f35ca7d9e90ffceee4fab653774bf3f827 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Fri, 8 Sep 2017 18:26:44 +0300 Subject: [PATCH] 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... --- features.in/e2k/rootfs/image-scripts.d/51-e2k-koi8-r | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 features.in/e2k/rootfs/image-scripts.d/51-e2k-koi8-r diff --git a/features.in/e2k/rootfs/image-scripts.d/51-e2k-koi8-r b/features.in/e2k/rootfs/image-scripts.d/51-e2k-koi8-r new file mode 100755 index 00000000..d31d3736 --- /dev/null +++ b/features.in/e2k/rootfs/image-scripts.d/51-e2k-koi8-r @@ -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