summaryrefslogtreecommitdiff
path: root/man/loader.conf.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-03-22 00:21:36 +0100
committerLennart Poettering <lennart@poettering.net>2022-03-22 00:23:25 +0100
commitcafa9d87b48c4221e21b2c5236eb44cc6fcf3941 (patch)
treef97a02e808286630d710786ea9856eba6fa53c79 /man/loader.conf.xml
parent838f094ce747a07e653a489d080b23c7cad2e02b (diff)
downloadsystemd-cafa9d87b48c4221e21b2c5236eb44cc6fcf3941.tar.gz
man: clarify that type #1 entries are also read from the XBOOTLDR partition
Diffstat (limited to 'man/loader.conf.xml')
-rw-r--r--man/loader.conf.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/man/loader.conf.xml b/man/loader.conf.xml
index b68601cb09..d5abb1c04e 100644
--- a/man/loader.conf.xml
+++ b/man/loader.conf.xml
@@ -23,6 +23,7 @@
<refsynopsisdiv>
<para><filename><replaceable>ESP</replaceable>/loader/loader.conf</filename>,
<filename><replaceable>ESP</replaceable>/loader/entries/*.conf</filename>
+ <filename><replaceable>XBOOTLDR</replaceable>/loader/entries/*.conf</filename>
</para>
</refsynopsisdiv>
@@ -33,8 +34,10 @@
<citerefentry><refentrytitle>systemd-boot</refentrytitle><manvolnum>7</manvolnum></citerefentry> will
read <filename><replaceable>ESP</replaceable>/loader/loader.conf</filename>, and any files with the
<literal>.conf</literal> extension under
- <filename><replaceable>ESP</replaceable>/loader/entries/</filename> on the EFI system partition (ESP) as
- defined by <ulink url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification</ulink>.
+ <filename><replaceable>ESP</replaceable>/loader/entries/</filename> on the EFI system partition (ESP),
+ and <filename><replaceable>XBOOTLDR</replaceable>/loader/entries/</filename> on the extended boot loader
+ partition (XBOOTLDR) as defined by <ulink url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader
+ Specification</ulink>.
</para>
<para>Each of these configuration files must consist of series of newline (i.e. ASCII code 10) separated
@@ -52,8 +55,10 @@
<title>Options</title>
<para>The configuration options supported by
- <filename><replaceable>ESP</replaceable>/loader/entries/*.conf</filename> files are defined as part of
- the <ulink url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification</ulink>.</para>
+ <filename><replaceable>ESP</replaceable>/loader/entries/*.conf</filename> and
+ <filename><replaceable>XBOOTLDR</replaceable>/loader/entries/*.conf</filename> files are defined as part
+ of the <ulink url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader
+ Specification</ulink>.</para>
<para>The following configuration are supported by the <filename>loader.conf</filename> configuration
file:</para>