diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-06-25 21:09:37 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-10-08 21:40:44 +0200 |
commit | bd2865caf6e730fa26807b749b1c3269943df8e2 (patch) | |
tree | 699e5a0b5190845418d067f442e8cc2725c90a6e /man/bootctl.xml | |
parent | d88c96ffe50582e16bdf0234a37b2c057e9bf180 (diff) | |
download | systemd-bd2865caf6e730fa26807b749b1c3269943df8e2.tar.gz |
bootctl: include boot entries discovered by the boot loader but not in $BOOT in the "list" output
Let's use the new LoaderEntries efi var for this, and show all entries
we couldn't find via the config snippets.
Diffstat (limited to 'man/bootctl.xml')
-rw-r--r-- | man/bootctl.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/bootctl.xml b/man/bootctl.xml index 45ea93252c..816b618087 100644 --- a/man/bootctl.xml +++ b/man/bootctl.xml @@ -115,7 +115,8 @@ <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> + Specification</ulink>, as well as any other entries discovered or automatically generated by the boot + loader.</para></listitem> </varlistentry> <varlistentry> |