summaryrefslogtreecommitdiff
path: root/man/bootctl.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-08-01 17:15:59 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-09-16 18:08:54 +0200
commit4e5aa79185d93d20defe1e371e33f89b86d93a3d (patch)
treebbaa6257a98e04dbbbb9ae9ebbcdb53843e33e4b /man/bootctl.xml
parent28f0aef4c7e85f15346d68dcd6a08592af7c1662 (diff)
downloadsystemd-4e5aa79185d93d20defe1e371e33f89b86d93a3d.tar.gz
bootctl: add "system-options" verb
Diffstat (limited to 'man/bootctl.xml')
-rw-r--r--man/bootctl.xml20
1 files changed, 15 insertions, 5 deletions
diff --git a/man/bootctl.xml b/man/bootctl.xml
index 822d07a606..7ce41b70f9 100644
--- a/man/bootctl.xml
+++ b/man/bootctl.xml
@@ -134,6 +134,15 @@
</varlistentry>
<varlistentry>
+ <term><option>is-installed</option></term>
+
+ <listitem><para>Checks whether <command>systemd-boot</command> is installed in the ESP. Note that a
+ single ESP might host multiple boot loaders; this hence checks whether
+ <command>systemd-boot</command> is one (of possibly many) installed boot loaders — and neither
+ whether it is the default nor whether it is registered in any EFI variables.</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>random-seed</option></term>
<listitem><para>Generates a random seed and stores it in the EFI System Partition, for use by the
@@ -150,12 +159,13 @@
</varlistentry>
<varlistentry>
- <term><option>is-installed</option></term>
+ <term><option>system-options</option> <optional><replaceable>VALUE</replaceable></optional></term>
- <listitem><para>Checks whether <command>systemd-boot</command> is installed in the ESP. Note that a
- single ESP might host multiple boot loaders; this hence checks whether
- <command>systemd-boot</command> is one (of possibly many) installed boot loaders — and neither
- whether it is the default nor whether it is registered in any EFI variables.</para></listitem>
+ <listitem><para>When called without the optional argument, prints the current value of the
+ <literal>SystemdOptions</literal> EFI variable. When called with an argument, sets the
+ variable to that value. See
+ <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+ for the meaning of that variable.</para></listitem>
</varlistentry>
<varlistentry>