From cafa9d87b48c4221e21b2c5236eb44cc6fcf3941 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 22 Mar 2022 00:21:36 +0100 Subject: [PATCH] man: clarify that type #1 entries are also read from the XBOOTLDR partition --- man/loader.conf.xml | 13 +++++++++---- man/systemd-boot.xml | 12 ++++++------ 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/man/loader.conf.xml b/man/loader.conf.xml index b68601cb09e..d5abb1c04ec 100644 --- a/man/loader.conf.xml +++ b/man/loader.conf.xml @@ -23,6 +23,7 @@ ESP/loader/loader.conf, ESP/loader/entries/*.conf + XBOOTLDR/loader/entries/*.conf @@ -33,8 +34,10 @@ systemd-boot7 will read ESP/loader/loader.conf, and any files with the .conf extension under - ESP/loader/entries/ on the EFI system partition (ESP) as - defined by Boot Loader Specification. + ESP/loader/entries/ on the EFI system partition (ESP), + and XBOOTLDR/loader/entries/ on the extended boot loader + partition (XBOOTLDR) as defined by Boot Loader + Specification. Each of these configuration files must consist of series of newline (i.e. ASCII code 10) separated @@ -52,8 +55,10 @@ Options The configuration options supported by - ESP/loader/entries/*.conf files are defined as part of - the Boot Loader Specification. + ESP/loader/entries/*.conf and + XBOOTLDR/loader/entries/*.conf files are defined as part + of the Boot Loader + Specification. The following configuration are supported by the loader.conf configuration file: diff --git a/man/systemd-boot.xml b/man/systemd-boot.xml index 6029330dd10..393c0312fa3 100644 --- a/man/systemd-boot.xml +++ b/man/systemd-boot.xml @@ -30,12 +30,12 @@ systemd-boot loads boot entry information from the EFI system partition (ESP), usually mounted at /efi/, /boot/, or - /boot/efi/ during OS runtime, as well as from the Extended Boot Loader partition if - it exists (usually mounted to /boot/). 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 to be able to be directly - executed as an EFI image. During boot systemd-boot automatically assembles a list of - boot entries from the following sources: + /boot/efi/ during OS runtime, as well as from the Extended Boot Loader partition + (XBOOTLDR) if it exists (usually mounted to /boot/). 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 to be able to be + directly executed as an EFI image. During boot systemd-boot automatically assembles a + list of boot entries from the following sources: Boot entries defined with