* [PATCH] fix c0a82e271e2730159f042ee7d7fc4aca2e08d28a
@ 2011-02-19 6:57 Andrey Borzenkov
[not found] ` <1298098675-24424-1-git-send-email-arvidjaar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Andrey Borzenkov @ 2011-02-19 6:57 UTC (permalink / raw)
To: initramfs-u79uwXL29TY76Z2rM5mHXA
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-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
---
modules.d/10i18n/parse-i18n.sh | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/modules.d/10i18n/parse-i18n.sh b/modules.d/10i18n/parse-i18n.sh
index 61280c0..73dff6e 100755
--- a/modules.d/10i18n/parse-i18n.sh
+++ b/modules.d/10i18n/parse-i18n.sh
@@ -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
--
tg: (9edf1b2..) upstream/fix-c0a82e (depends on: master)
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-02-21 8:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-19 6:57 [PATCH] fix c0a82e271e2730159f042ee7d7fc4aca2e08d28a Andrey Borzenkov
[not found] ` <1298098675-24424-1-git-send-email-arvidjaar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2011-02-21 8:24 ` Harald Hoyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox