]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix c0a82e271e2730159f042ee7d7fc4aca2e08d28a
authorAndrey Borzenkov <arvidjaar@gmail.com>
Sat, 19 Feb 2011 06:57:55 +0000 (09:57 +0300)
committerHarald Hoyer <harald@redhat.com>
Mon, 21 Feb 2011 08:21:22 +0000 (09:21 +0100)
Let inst_key_val usage agree with above patch :)

Also UNICODE is rather global console property, not font specific
(and if anything, is rather keyboard specific). Let it be just
vconsole.unicode

Signed-off-by: Andrey Borzenkov <arvidjaar@gmail.com>
Cc: initramfs@vger.kernel.org
modules.d/10i18n/parse-i18n.sh

index 61280c0094fcb347133045bdb395b8639cf8daa4..73dff6edffe6102e785306c88ad89cf935ad60ab 100755 (executable)
@@ -19,15 +19,15 @@ inst_key_val() {
     unset _value
 }
 
-inst_key_val /etc/vconsole.conf '' KEYMAP      vconsole.keymap      KEYTABLE
-inst_key_val /etc/vconsole.conf '' FONT        vconsole.font        SYSFONT 
-inst_key_val /etc/vconsole.conf '' FONT_MAP    vconsole.font.map    CONTRANS 
-inst_key_val /etc/vconsole.conf '' FONT_UNIMAP vconsole.font.unimap UNIMAP 
-inst_key_val /etc/vconsole.conf 1  UNICODE     vconsole.font.unicode
-inst_key_val /etc/vconsole.conf '' EXT_KEYMAP  vconsole.keymap.ext
+inst_key_val '' /etc/vconsole.conf KEYMAP      vconsole.keymap      KEYTABLE
+inst_key_val '' /etc/vconsole.conf FONT        vconsole.font        SYSFONT 
+inst_key_val '' /etc/vconsole.conf FONT_MAP    vconsole.font.map    CONTRANS 
+inst_key_val '' /etc/vconsole.conf FONT_UNIMAP vconsole.font.unimap UNIMAP 
+inst_key_val 1  /etc/vconsole.conf UNICODE     vconsole.unicode
+inst_key_val '' /etc/vconsole.conf EXT_KEYMAP  vconsole.keymap.ext
 
-inst_key_val /etc/locale.conf   LANG   locale.LANG
-inst_key_val /etc/locale.conf   LC_ALL locale.LC_ALL
+inst_key_val '' /etc/locale.conf   LANG        locale.LANG
+inst_key_val '' /etc/locale.conf   LC_ALL      locale.LC_ALL
 
 if [ -f /etc/locale.conf ]; then
     . /etc/locale.conf