summaryrefslogtreecommitdiff
path: root/man/loader.conf.xml
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2021-08-14 13:06:37 +0200
committerJan Janssen <medhefgo@web.de>2021-08-16 15:52:15 +0200
commit64bb56e58bbe89db4974383cf6cb1af34f40b75e (patch)
tree2cce29be7e9620260ff444e777e0fd313f1fa2da /man/loader.conf.xml
parent730b7194068febc87478d825411dd8633399e275 (diff)
downloadsystemd-64bb56e58bbe89db4974383cf6cb1af34f40b75e.tar.gz
sd-boot: Allow automatic entries to be default
Diffstat (limited to 'man/loader.conf.xml')
-rw-r--r--man/loader.conf.xml39
1 files changed, 38 insertions, 1 deletions
diff --git a/man/loader.conf.xml b/man/loader.conf.xml
index 4c0355800c..ffbd897a1f 100644
--- a/man/loader.conf.xml
+++ b/man/loader.conf.xml
@@ -58,7 +58,44 @@
<listitem><para>A glob pattern to select the default entry. The default entry
may be changed in the boot menu itself, in which case the name of the
selected entry will be stored as an EFI variable, overriding this option.
- </para></listitem>
+ </para>
+
+ <table>
+ <title>Automatically detected entries will use the following names:</title>
+
+ <tgroup cols='2'>
+ <colspec colname='name' />
+ <colspec colname='expl' />
+ <thead>
+ <row>
+ <entry>Name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>auto-efi-default</entry>
+ <entry>EFI Default Loader</entry>
+ </row>
+ <row>
+ <entry>auto-efi-shell</entry>
+ <entry>EFI Shell</entry>
+ </row>
+ <row>
+ <entry>auto-osx</entry>
+ <entry>macOS</entry>
+ </row>
+ <row>
+ <entry>auto-reboot-to-firmware-setup</entry>
+ <entry>Reboot Into Firmware Interface</entry>
+ </row>
+ <row>
+ <entry>auto-windows</entry>
+ <entry>Windows Boot Manager</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table></listitem>
</varlistentry>
<varlistentry>