Blame 0013-fix-c0a82e271e2730159f042ee7d7fc4aca2e08d28a.patch

Harald Hoyer 59f9af
From 06e07df001e196a47041bcea65b23f3039e005fa Mon Sep 17 00:00:00 2001
Harald Hoyer 59f9af
From: Andrey Borzenkov <arvidjaar@gmail.com>
Harald Hoyer 59f9af
Date: Sat, 19 Feb 2011 09:57:55 +0300
Harald Hoyer 59f9af
Subject: [PATCH] fix c0a82e271e2730159f042ee7d7fc4aca2e08d28a
Harald Hoyer 59f9af
Harald Hoyer 59f9af
Let inst_key_val usage agree with above patch :)
Harald Hoyer 59f9af
Harald Hoyer 59f9af
Also UNICODE is rather global console property, not font specific
Harald Hoyer 59f9af
(and if anything, is rather keyboard specific). Let it be just
Harald Hoyer 59f9af
vconsole.unicode
Harald Hoyer 59f9af
Harald Hoyer 59f9af
Signed-off-by: Andrey Borzenkov <arvidjaar@gmail.com>
Harald Hoyer 59f9af
Cc: initramfs@vger.kernel.org
Harald Hoyer 59f9af
---
Harald Hoyer 59f9af
 modules.d/10i18n/parse-i18n.sh |   16 ++++++++--------
Harald Hoyer 59f9af
 1 files changed, 8 insertions(+), 8 deletions(-)
Harald Hoyer 59f9af
Harald Hoyer 59f9af
diff --git a/modules.d/10i18n/parse-i18n.sh b/modules.d/10i18n/parse-i18n.sh
Harald Hoyer 59f9af
index 61280c0..73dff6e 100755
Harald Hoyer 59f9af
--- a/modules.d/10i18n/parse-i18n.sh
Harald Hoyer 59f9af
+++ b/modules.d/10i18n/parse-i18n.sh
Harald Hoyer 59f9af
@@ -19,15 +19,15 @@ inst_key_val() {
Harald Hoyer 59f9af
     unset _value
Harald Hoyer 59f9af
 }
Harald Hoyer 59f9af
 
Harald Hoyer 59f9af
-inst_key_val /etc/vconsole.conf '' KEYMAP      vconsole.keymap      KEYTABLE
Harald Hoyer 59f9af
-inst_key_val /etc/vconsole.conf '' FONT        vconsole.font        SYSFONT 
Harald Hoyer 59f9af
-inst_key_val /etc/vconsole.conf '' FONT_MAP    vconsole.font.map    CONTRANS 
Harald Hoyer 59f9af
-inst_key_val /etc/vconsole.conf '' FONT_UNIMAP vconsole.font.unimap UNIMAP 
Harald Hoyer 59f9af
-inst_key_val /etc/vconsole.conf 1  UNICODE     vconsole.font.unicode
Harald Hoyer 59f9af
-inst_key_val /etc/vconsole.conf '' EXT_KEYMAP  vconsole.keymap.ext
Harald Hoyer 59f9af
+inst_key_val '' /etc/vconsole.conf KEYMAP      vconsole.keymap      KEYTABLE
Harald Hoyer 59f9af
+inst_key_val '' /etc/vconsole.conf FONT        vconsole.font        SYSFONT 
Harald Hoyer 59f9af
+inst_key_val '' /etc/vconsole.conf FONT_MAP    vconsole.font.map    CONTRANS 
Harald Hoyer 59f9af
+inst_key_val '' /etc/vconsole.conf FONT_UNIMAP vconsole.font.unimap UNIMAP 
Harald Hoyer 59f9af
+inst_key_val 1  /etc/vconsole.conf UNICODE     vconsole.unicode
Harald Hoyer 59f9af
+inst_key_val '' /etc/vconsole.conf EXT_KEYMAP  vconsole.keymap.ext
Harald Hoyer 59f9af
 
Harald Hoyer 59f9af
-inst_key_val /etc/locale.conf   LANG   locale.LANG
Harald Hoyer 59f9af
-inst_key_val /etc/locale.conf   LC_ALL locale.LC_ALL
Harald Hoyer 59f9af
+inst_key_val '' /etc/locale.conf   LANG        locale.LANG
Harald Hoyer 59f9af
+inst_key_val '' /etc/locale.conf   LC_ALL      locale.LC_ALL
Harald Hoyer 59f9af
 
Harald Hoyer 59f9af
 if [ -f /etc/locale.conf ]; then
Harald Hoyer 59f9af
     . /etc/locale.conf