From a0aa38389d994208b90b101cc5c3254ccd75a6e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 21 Mar 2022 12:16:35 +0100 Subject: [PATCH] man: cross-link to BLS in more places, use "Type #1", "Type #2" as appropriate --- man/loader.conf.xml | 7 ++++--- man/systemd-boot.xml | 25 ++++++++++++------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/man/loader.conf.xml b/man/loader.conf.xml index e5453c7dcd6..1186d3e2b48 100644 --- a/man/loader.conf.xml +++ b/man/loader.conf.xml @@ -30,10 +30,11 @@ Description - systemd-boot7 - will read ESP/loader/loader.conf and any files with the + 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). + ESP/loader/entries/ on the EFI system partition (ESP) as + defined by Boot Loader Specification. Each configuration file must consist of an option name, followed by diff --git a/man/systemd-boot.xml b/man/systemd-boot.xml index ceea368ef24..6029330dd10 100644 --- a/man/systemd-boot.xml +++ b/man/systemd-boot.xml @@ -39,23 +39,22 @@ Boot entries defined with Boot Loader Specification description files - located in /loader/entries/ on the ESP and the Extended Boot Loader - Partition. These usually describe Linux kernel images with associated initrd images, but alternatively - may also describe arbitrary other EFI executables. - - Unified kernel images following the Boot Loader Specification, as executable EFI - binaries in /EFI/Linux/ on the ESP and the Extended Boot Loader Partition. - + url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification Type #1 + description files located in /loader/entries/ on the ESP and the Extended Boot + Loader Partition. These usually describe Linux kernel images with associated initrd images, but + alternatively may also describe other arbitrary EFI executables. + + Unified kernel images, Boot + Loader Specification Type #2, which are executable EFI binaries in + /EFI/Linux/ on the ESP and the Extended Boot Loader Partition. - The Microsoft Windows EFI boot manager, if installed + The Microsoft Windows EFI boot manager, if installed. - The Apple macOS boot manager, if installed + The Apple macOS boot manager, if installed. - The EFI Shell binary, if installed + The EFI Shell binary, if installed. - A reboot into the UEFI firmware setup option, if supported by the firmware + A reboot into the UEFI firmware setup option, if supported by the firmware. systemd-boot supports the following features: -- 2.47.3