From: Harald Hoyer Date: Mon, 21 Feb 2011 08:23:27 +0000 (+0100) Subject: vconsole.font.unicode -> vconsole.unicode X-Git-Tag: 009~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94cce410aaa7f4363c0fa48869c81f769ecd1289;p=thirdparty%2Fdracut.git vconsole.font.unicode -> vconsole.unicode --- diff --git a/dracut.kernel.7.xml b/dracut.kernel.7.xml index 21cfecd90..aad27e2a4 100644 --- a/dracut.kernel.7.xml +++ b/dracut.kernel.7.xml @@ -193,7 +193,7 @@ This parameter can be specified multiple times. - vconsole.font.unicode=<1|0> + vconsole.unicode=<1|0> boolean, indicating UTF-8 mode; will be written as UNICODE to /etc/vconsole.conf in the initramfs @@ -1168,7 +1168,7 @@ rd.znet=ctc,0.0.0600,0.0.0601,0.0.0602,protocol=bar UNICODE - vconsole.font.unicode + vconsole.unicode diff --git a/modules.d/10i18n/parse-i18n.sh b/modules.d/10i18n/parse-i18n.sh index 73dff6edf..9f47326c1 100755 --- a/modules.d/10i18n/parse-i18n.sh +++ b/modules.d/10i18n/parse-i18n.sh @@ -23,7 +23,7 @@ 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 1 /etc/vconsole.conf UNICODE vconsole.unicode vconsole.font.unicode inst_key_val '' /etc/vconsole.conf EXT_KEYMAP vconsole.keymap.ext inst_key_val '' /etc/locale.conf LANG locale.LANG