summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-06-25 19:19:09 +0200
committerLennart Poettering <lennart@poettering.net>2018-10-08 21:40:44 +0200
commitd88c96ffe50582e16bdf0234a37b2c057e9bf180 (patch)
treef63baf6a20b3cd9d9c279c8714ab2e2001667bb7 /man
parent2c3bf2789a7bdb449df7abd0d64d7bf055cf75eb (diff)
downloadsystemd-d88c96ffe50582e16bdf0234a37b2c057e9bf180.tar.gz
bootctl: add new verbs for setting the default boot/oneshot entry
Fixes: #5739 #8574
Diffstat (limited to 'man')
-rw-r--r--man/bootctl.xml25
1 files changed, 17 insertions, 8 deletions
diff --git a/man/bootctl.xml b/man/bootctl.xml
index 3cfac1b6a0..45ea93252c 100644
--- a/man/bootctl.xml
+++ b/man/bootctl.xml
@@ -85,14 +85,6 @@
</varlistentry>
<varlistentry>
- <term><option>list</option></term>
-
- <listitem><para>Shows all available boot loader entries implementing the <ulink
- url="https://github.com/systemd/systemd/blob/master/docs/BOOT_LOADER_SPECIFICATION.md">Boot Loader
- Specification</ulink>.</para></listitem>
- </varlistentry>
-
- <varlistentry>
<term><option>install</option></term>
<listitem><para>Installs systemd-boot into the EFI system partition. A copy of <command>systemd-boot</command>
@@ -118,6 +110,23 @@
and the firmware's boot loader list.</para></listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>list</option></term>
+
+ <listitem><para>Shows all available boot loader entries implementing the <ulink
+ url="https://github.com/systemd/systemd/blob/master/docs/BOOT_LOADER_SPECIFICATION.md">Boot Loader
+ Specification</ulink></para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>set-default</option> <replaceable>ID</replaceable></term>
+ <term><option>set-oneshot</option> <replaceable>ID</replaceable></term>
+
+ <listitem><para>Sets the default boot loader entry. Takes a single boot loader entry ID string as argument. The
+ <option>set-oneshot</option> command will set the default entry only for the next boot, the
+ <option>set-default</option> will set it persistently for all future boots.</para></listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>