59f9af3305
- set cdrom in kernel polling
46 lines
2.1 KiB
Diff
46 lines
2.1 KiB
Diff
From 94cce410aaa7f4363c0fa48869c81f769ecd1289 Mon Sep 17 00:00:00 2001
|
|
From: Harald Hoyer <harald@redhat.com>
|
|
Date: Mon, 21 Feb 2011 09:23:27 +0100
|
|
Subject: [PATCH] vconsole.font.unicode -> vconsole.unicode
|
|
|
|
---
|
|
dracut.kernel.7.xml | 4 ++--
|
|
modules.d/10i18n/parse-i18n.sh | 2 +-
|
|
2 files changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/dracut.kernel.7.xml b/dracut.kernel.7.xml
|
|
index 21cfecd..aad27e2 100644
|
|
--- a/dracut.kernel.7.xml
|
|
+++ b/dracut.kernel.7.xml
|
|
@@ -193,7 +193,7 @@ This parameter can be specified multiple times.</para>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term>
|
|
- <envar>vconsole.font.unicode=</envar><replaceable><1|0></replaceable>
|
|
+ <envar>vconsole.unicode=</envar><replaceable><1|0></replaceable>
|
|
</term>
|
|
<listitem>
|
|
<para>boolean, indicating UTF-8 mode; will be written as <envar>UNICODE</envar> to <filename>/etc/vconsole.conf</filename> in the initramfs</para>
|
|
@@ -1168,7 +1168,7 @@ rd.znet=ctc,0.0.0600,0.0.0601,0.0.0602,protocol=bar</programlisting></para>
|
|
<envar>UNICODE</envar>
|
|
</term>
|
|
<listitem>
|
|
- <para><envar>vconsole.font.unicode</envar></para>
|
|
+ <para><envar>vconsole.unicode</envar></para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
diff --git a/modules.d/10i18n/parse-i18n.sh b/modules.d/10i18n/parse-i18n.sh
|
|
index 73dff6e..9f47326 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
|