diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-07-22 15:05:29 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-07-25 18:31:20 +0200 |
commit | a2aa605d220b2b12eabd2974a947af603171b90c (patch) | |
tree | 03128c1b1a56e952629f0efaf8acfaa6bd16a0fa /man | |
parent | man: document the systemd-random-seed rework (diff) | |
download | systemd-a2aa605d220b2b12eabd2974a947af603171b90c.tar.xz systemd-a2aa605d220b2b12eabd2974a947af603171b90c.zip |
bootctl: add is-installed verb
Fixes: #9428
Diffstat (limited to 'man')
-rw-r--r-- | man/bootctl.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/bootctl.xml b/man/bootctl.xml index 28826d621c..0c9fa80d09 100644 --- a/man/bootctl.xml +++ b/man/bootctl.xml @@ -138,6 +138,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>list</option></term> <listitem><para>Shows all available boot loader entries implementing the <ulink |