summaryrefslogtreecommitdiff
path: root/man/bootctl.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-11-20 13:06:33 +0100
committerGitHub <noreply@github.com>2017-11-20 13:06:33 +0100
commit4ff183d419f9ec271ae311dae0bc01b4bb204b50 (patch)
tree079c081222afc730ea96324ee801a03761c51895 /man/bootctl.xml
parentdf8ca63396f826698baabfa4d5db1bcb93b89d2c (diff)
parent906bbac4747a5adf9a5c3ee7bb1e36d8a35628fc (diff)
downloadsystemd-4ff183d419f9ec271ae311dae0bc01b4bb204b50.tar.gz
Merge pull request #7154 from keszybz/bootspec
List bootspec entries in bootctl and use the default for kexec
Diffstat (limited to 'man/bootctl.xml')
-rw-r--r--man/bootctl.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/man/bootctl.xml b/man/bootctl.xml
index b3b63fa255..9081592bb5 100644
--- a/man/bootctl.xml
+++ b/man/bootctl.xml
@@ -52,6 +52,9 @@
<command>bootctl <arg choice="opt" rep="repeat">OPTIONS</arg> status</command>
</cmdsynopsis>
<cmdsynopsis>
+ <command>bootctl <arg choice="opt" rep="repeat">OPTIONS</arg> list</command>
+ </cmdsynopsis>
+ <cmdsynopsis>
<command>bootctl <arg choice="opt" rep="repeat">OPTIONS</arg> update</command>
</cmdsynopsis>
<cmdsynopsis>
@@ -73,6 +76,9 @@
currently installed versions of the boot loader binaries and
all current EFI boot variables.</para>
+ <para><command>bootctl list</command> displays all configured boot loader entries.
+ </para>
+
<para><command>bootctl update</command> updates all installed versions of systemd-boot, if the current version is
newer than the version installed in the EFI system partition. This also includes the EFI default/fallback loader at
<filename>/EFI/BOOT/BOOT*.EFI</filename>. A systemd-boot entry in the EFI boot variables is created if there is no
@@ -105,6 +111,14 @@
</varlistentry>
<varlistentry>
+ <term><option>-p</option></term>
+ <term><option>--print-path</option></term>
+ <listitem><para>This option modifies the behaviour of <command>status</command>.
+ Just print the path to the EFI System Partition (ESP) to standard output and
+ exit.</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>--no-variables</option></term>
<listitem><para>Do not touch the EFI boot variables.</para></listitem>
</varlistentry>