mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 10:13:34 +08:00
man: clarify that type #1 entries are also read from the XBOOTLDR partition
This commit is contained in:
parent
838f094ce7
commit
cafa9d87b4
@ -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>
|
||||
|
@ -30,12 +30,12 @@
|
||||
|
||||
<para><command>systemd-boot</command> loads boot entry information from the EFI system partition (ESP),
|
||||
usually mounted at <filename>/efi/</filename>, <filename>/boot/</filename>, or
|
||||
<filename>/boot/efi/</filename> during OS runtime, as well as from the Extended Boot Loader partition if
|
||||
it exists (usually mounted to <filename>/boot/</filename>). Configuration file fragments, kernels,
|
||||
initrds and other EFI images to boot generally need to reside on the ESP or the Extended Boot Loader
|
||||
partition. Linux kernels must be built with <option>CONFIG_EFI_STUB</option> to be able to be directly
|
||||
executed as an EFI image. During boot <command>systemd-boot</command> automatically assembles a list of
|
||||
boot entries from the following sources:</para>
|
||||
<filename>/boot/efi/</filename> during OS runtime, as well as from the Extended Boot Loader partition
|
||||
(XBOOTLDR) if it exists (usually mounted to <filename>/boot/</filename>). Configuration file fragments,
|
||||
kernels, initrds and other EFI images to boot generally need to reside on the ESP or the Extended Boot
|
||||
Loader partition. Linux kernels must be built with <option>CONFIG_EFI_STUB</option> to be able to be
|
||||
directly executed as an EFI image. During boot <command>systemd-boot</command> automatically assembles a
|
||||
list of boot entries from the following sources:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem><para>Boot entries defined with <ulink
|
||||
|
Loading…
Reference in New Issue
Block a user