Browse Source

vconsole.font.unicode -> vconsole.unicode

master
Harald Hoyer 14 years ago
parent
commit
94cce410aa
  1. 4
      dracut.kernel.7.xml
  2. 2
      modules.d/10i18n/parse-i18n.sh

4
dracut.kernel.7.xml

@ -193,7 +193,7 @@ This parameter can be specified multiple times.</para> @@ -193,7 +193,7 @@ This parameter can be specified multiple times.</para>
</varlistentry>
<varlistentry>
<term>
<envar>vconsole.font.unicode=</envar><replaceable>&lt;1|0&gt;</replaceable>
<envar>vconsole.unicode=</envar><replaceable>&lt;1|0&gt;</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> @@ -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>

2
modules.d/10i18n/parse-i18n.sh

@ -23,7 +23,7 @@ inst_key_val '' /etc/vconsole.conf KEYMAP vconsole.keymap KEYTABLE @@ -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

Loading…
Cancel
Save