summaryrefslogtreecommitdiff
path: root/man/systemd-firstboot.xml
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2020-07-21 22:35:21 +0100
committerDaan De Meyer <daan.j.demeyer@gmail.com>2020-07-22 21:22:46 +0100
commit28900a1bfe919fbb10bd3b7b248b54c7aff96c2e (patch)
tree628b142928e77207fc53fa266eaba53cbade47b5 /man/systemd-firstboot.xml
parentc4a53ebf7a51674a14f2273bb6fac382ca75f9eb (diff)
downloadsystemd-28900a1bfe919fbb10bd3b7b248b54c7aff96c2e.tar.gz
firstboot: Add --root-shell option
Diffstat (limited to 'man/systemd-firstboot.xml')
-rw-r--r--man/systemd-firstboot.xml16
1 files changed, 14 insertions, 2 deletions
diff --git a/man/systemd-firstboot.xml b/man/systemd-firstboot.xml
index 8c9ea80f15..0976394b66 100644
--- a/man/systemd-firstboot.xml
+++ b/man/systemd-firstboot.xml
@@ -178,6 +178,14 @@
</varlistentry>
<varlistentry>
+ <term><option>--root-shell=<replaceable>SHELL</replaceable></option></term>
+
+ <listitem><para>Sets the shell of the system's root user. This creates/modifies the
+ <citerefentry project='die-net'><refentrytitle>passwd</refentrytitle><manvolnum>5</manvolnum></citerefentry>
+ file.</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>--kernel-command-line=<replaceable>CMDLINE</replaceable></option></term>
<listitem><para>Sets the system's kernel command line. This controls the
@@ -192,6 +200,7 @@
<term><option>--prompt-timezone</option></term>
<term><option>--prompt-hostname</option></term>
<term><option>--prompt-root-password</option></term>
+ <term><option>--prompt-root-shell</option></term>
<listitem><para>Prompt the user interactively for a specific
basic setting. Note that any explicit configuration settings
@@ -208,7 +217,8 @@
<option>--prompt-keymap</option>,
<option>--prompt-timezone</option>,
<option>--prompt-hostname</option>,
- <option>--prompt-root-password</option> in combination.</para>
+ <option>--prompt-root-password</option>,
+ <option>--prompt-root-shell</option> in combination.</para>
</listitem>
</varlistentry>
@@ -217,6 +227,7 @@
<term><option>--copy-keymap</option></term>
<term><option>--copy-timezone</option></term>
<term><option>--copy-root-password</option></term>
+ <term><option>--copy-root-shell</option></term>
<listitem><para>Copy a specific basic setting from the host.
This only works in combination with <option>--root=</option>
@@ -231,7 +242,8 @@
<option>--copy-locale</option>,
<option>--copy-keymap</option>,
<option>--copy-timezone</option>,
- <option>--copy-root-password</option> in combination.</para>
+ <option>--copy-root-password</option>,
+ <option>--copy-root-shell</option> in combination.</para>
</listitem>
</varlistentry>