summaryrefslogtreecommitdiff
path: root/man/systemd-firstboot.xml
diff options
context:
space:
mode:
authortblume <Thomas.Blume@suse.com>2017-11-10 10:31:44 +0100
committerLennart Poettering <lennart@poettering.net>2017-11-10 10:31:44 +0100
commited457f1380d690e26163fd3ad6aff946048e1064 (patch)
tree07c2a15860d38190ffb4457e31fa4ff741c4042c /man/systemd-firstboot.xml
parentc54515b1e42384ad4c582f7fb13434f9224c148f (diff)
downloadsystemd-ed457f1380d690e26163fd3ad6aff946048e1064.tar.gz
systemd-firstboot: add vconsole keymap support (#7035)
Enable systemd-firstboot to set the keymap. RFE: https://github.com/systemd/systemd/issues/6346
Diffstat (limited to 'man/systemd-firstboot.xml')
-rw-r--r--man/systemd-firstboot.xml20
1 files changed, 18 insertions, 2 deletions
diff --git a/man/systemd-firstboot.xml b/man/systemd-firstboot.xml
index 539422ab98..fee37ad19c 100644
--- a/man/systemd-firstboot.xml
+++ b/man/systemd-firstboot.xml
@@ -77,6 +77,8 @@
locale variables <varname>LANG=</varname> and
<varname>LC_MESSAGES</varname></para></listitem>
+ <listitem><para>The system keyboard map</para></listitem>
+
<listitem><para>The system time zone</para></listitem>
<listitem><para>The system host name</para></listitem>
@@ -136,6 +138,15 @@
</varlistentry>
<varlistentry>
+ <term><option>--keymap=<replaceable>KEYMAP</replaceable></option></term>
+
+ <listitem><para>Sets the system keyboard layout. The argument should be a valid keyboard map,
+ such as <literal>de-latin1</literal>. This controls the <literal>KEYMAP</literal> entry in the
+ <citerefentry project='man-pages'><refentrytitle>vconsole.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>
+ configuration file.</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>--timezone=<replaceable>TIMEZONE</replaceable></option></term>
<listitem><para>Sets the system time zone. The argument should
@@ -182,6 +193,7 @@
<varlistentry>
<term><option>--prompt-locale</option></term>
+ <term><option>--prompt-keymap</option></term>
<term><option>--prompt-timezone</option></term>
<term><option>--prompt-hostname</option></term>
<term><option>--prompt-root-password</option></term>
@@ -195,9 +207,10 @@
<varlistentry>
<term><option>--prompt</option></term>
- <listitem><para>Query the user for locale, timezone, hostname
+ <listitem><para>Query the user for locale, keymap, timezone, hostname
and root password. This is equivalent to specifying
<option>--prompt-locale</option>,
+ <option>--prompt-keymap</option>,
<option>--prompt-timezone</option>,
<option>--prompt-hostname</option>,
<option>--prompt-root-password</option> in combination.</para>
@@ -206,6 +219,7 @@
<varlistentry>
<term><option>--copy-locale</option></term>
+ <term><option>--copy-keymap</option></term>
<term><option>--copy-timezone</option></term>
<term><option>--copy-root-password</option></term>
@@ -217,9 +231,10 @@
<varlistentry>
<term><option>--copy</option></term>
- <listitem><para>Copy locale, time zone and root password from
+ <listitem><para>Copy locale, keymap, time zone and root password from
the host. This is equivalent to specifying
<option>--copy-locale</option>,
+ <option>--copy-keymap</option>,
<option>--copy-timezone</option>,
<option>--copy-root-password</option> in combination.</para>
</listitem>
@@ -265,6 +280,7 @@
<para>
<citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
<citerefentry project='man-pages'><refentrytitle>locale.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
+ <citerefentry project='man-pages'><refentrytitle>vconsole.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
<citerefentry><refentrytitle>localtime</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
<citerefentry><refentrytitle>hostname</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
<citerefentry><refentrytitle>machine-id</refentrytitle><manvolnum>5</manvolnum></citerefentry>,