diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-12-09 01:11:42 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-12-20 20:00:09 +0100 |
commit | f582cbca0029d3867620dfa7df86534d2a241275 (patch) | |
tree | fb4125bbbb485b1f35685206106aa6bb52b0e201 /man/systemd-firstboot.xml | |
parent | 710028b473c39446954b72c0d9dadb76cc7f81f8 (diff) |
firstboot: add kernel cmdline option to disable firstboot wizard
If booting with systemd.firstboot=0 the wizard will be skipped.
Diffstat (limited to 'man/systemd-firstboot.xml')
-rw-r--r-- | man/systemd-firstboot.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/man/systemd-firstboot.xml b/man/systemd-firstboot.xml index b269e48113..4e3b1a3a81 100644 --- a/man/systemd-firstboot.xml +++ b/man/systemd-firstboot.xml @@ -241,6 +241,20 @@ </refsect1> <refsect1> + <title>Kernel Command Line</title> + + <variablelist class='kernel-commandline-options'> + <varlistentry> + <term><varname>systemd.firstboot=</varname></term> + + <listitem><para>Takes a boolean argument, defaults to on. If off <filename>systemd-firstboot.service</filename> + won't interactively query the user for basic settings at first boot, even if if the settings are not + initialized yet.</para></listitem> + </varlistentry> + </variablelist> + </refsect1> + + <refsect1> <title>See Also</title> <para> <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>, |