diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-07-28 23:59:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-28 23:59:06 -0400 |
commit | 0fbd465f4138dd2c3c7428c23cae117a7b56568d (patch) | |
tree | 773972337f3e583c65a82cddcb48d403886f8f3e /man | |
parent | 4e3382bdd70a54628ffe030c5d37e06713c329ab (diff) | |
parent | 61eca97fceaa95f76732a47ae2a7eb98cc6995c5 (diff) |
Merge pull request #3742 from msoltyspl/vconfix2
vconsole-setup: updates & fixes V2
Diffstat (limited to 'man')
-rw-r--r-- | man/vconsole.conf.xml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/man/vconsole.conf.xml b/man/vconsole.conf.xml index 27196d44e9..7f6ae3452f 100644 --- a/man/vconsole.conf.xml +++ b/man/vconsole.conf.xml @@ -55,8 +55,11 @@ <para>The <filename>/etc/vconsole.conf</filename> file configures the virtual console, i.e. keyboard mapping and console font. It is - applied at boot by - <citerefentry><refentrytitle>systemd-vconsole-setup.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para> + applied at boot by udev using <filename>90-vconsole.rules</filename> file. + You can safely mask this file if you want to avoid this kind of initialization. + There is also <citerefentry><refentrytitle>systemd-vconsole-setup.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> + provided that you can conveniently use at any time to [re]initialize consoles. + </para> <para>The basic file format of the <filename>vconsole.conf</filename> is a newline-separated list of @@ -68,10 +71,10 @@ <para>Note that the kernel command line options <varname>vconsole.keymap=</varname>, - <varname>vconsole.keymap.toggle=</varname>, + <varname>vconsole.keymap_toggle=</varname>, <varname>vconsole.font=</varname>, - <varname>vconsole.font.map=</varname>, - <varname>vconsole.font.unimap=</varname> may be used + <varname>vconsole.font_map=</varname>, + <varname>vconsole.font_unimap=</varname> may be used to override the console settings at boot.</para> <para>Depending on the operating system other configuration files |