From: Zbigniew Jędrzejewski-Szmek Date: Sun, 2 Nov 2025 14:20:59 +0000 (+0100) Subject: man: say "systemd-boot" instead of "sd-boot" consistently X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cde713bfe45c2988a6b9b1ff34666a2acbe3009e;p=thirdparty%2Fsystemd.git man: say "systemd-boot" instead of "sd-boot" consistently As requested in https://github.com/systemd/systemd/pull/39516#pullrequestreview-3407564896. --- diff --git a/man/bootctl.xml b/man/bootctl.xml index edb6bd07e75..cbe735437fd 100644 --- a/man/bootctl.xml +++ b/man/bootctl.xml @@ -608,7 +608,7 @@ System: TPM2 Support: yes Boot into FW: supported ← does the firmware support booting into itself -Current Boot Loader: ← details about sd-boot or another boot loader +Current Boot Loader: ← details about systemd-boot or another boot loader Product: systemd-boot version implementing the Boot Loader Interface Features: ✓ Boot counting diff --git a/man/systemd-boot.xml b/man/systemd-boot.xml index cc623a9198c..c465d4f4f35 100644 --- a/man/systemd-boot.xml +++ b/man/systemd-boot.xml @@ -383,10 +383,10 @@ Optionally, a random seed for early boot entropy pool provisioning is stored in /loader/random-seed in the ESP. - During initialization, sd-boot automatically loads all driver files placed in - the /EFI/systemd/drivers/ directory of the ESP. The files placed there must have an - extension of the EFI architecture ID followed by .efi (e.g. for x86-64 this means a - suffix of x64.efi). This may be used to automatically load file system drivers and + During initialization, systemd-boot automatically loads all driver files placed + in the /EFI/systemd/drivers/ directory of the ESP. The files placed there must have + an extension of the EFI architecture ID followed by .efi (e.g. for x86-64 this means + a suffix of x64.efi). This may be used to automatically load file system drivers and similar, to extend the native firmware support. Enrollment of Secure Boot variables can be performed manually or automatically if files are available @@ -727,10 +727,10 @@ uki-url http://example.com/somedir/fooos.efi (The path to the firmware file might need to be adjusted depending on the distribution.) - sd-boot will detect that it was started directly instead of being loaded from ESP - and will search for the ESP in that case, taking into account boot order information from the hypervisor - (if available). Note that for this to yield a useful result, another argument - needs to be used to attach an actual disk image with an ESP. + systemd-boot will detect that it was started directly instead of being loaded from + ESP and will search for the ESP in that case, taking into account boot order information from the + hypervisor (if available). Note that for this to yield a useful result, another + argument needs to be used to attach an actual disk image with an ESP.