]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: say "systemd-boot" instead of "sd-boot" consistently 39516/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 2 Nov 2025 14:20:59 +0000 (15:20 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 2 Nov 2025 14:20:59 +0000 (15:20 +0100)
As requested in

https://github.com/systemd/systemd/pull/39516#pullrequestreview-3407564896.

man/bootctl.xml
man/systemd-boot.xml

index edb6bd07e75b98525d0eddf4cd5476e12c164414..cbe735437fdf34d55a9beb01cba5781c83e04adc 100644 (file)
@@ -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 <replaceable>version</replaceable>            implementing the <ulink
     url="https://systemd.io/BOOT_LOADER_INTERFACE">Boot Loader Interface</ulink>
      Features: ✓ Boot counting
index cc623a9198c5d86b5bd614336764b0296dabc7eb..c465d4f4f354dab31bf86e1ad568e3269de8b23b 100644 (file)
     <para>Optionally, a random seed for early boot entropy pool provisioning is stored in
     <filename>/loader/random-seed</filename> in the ESP.</para>
 
-    <para>During initialization, <command>sd-boot</command> automatically loads all driver files placed in
-    the <filename>/EFI/systemd/drivers/</filename> directory of the ESP. The files placed there must have an
-    extension of the EFI architecture ID followed by <filename>.efi</filename> (e.g. for x86-64 this means a
-    suffix of <filename>x64.efi</filename>). This may be used to automatically load file system drivers and
+    <para>During initialization, <command>systemd-boot</command> automatically loads all driver files placed
+    in the <filename>/EFI/systemd/drivers/</filename> directory of the ESP. The files placed there must have
+    an extension of the EFI architecture ID followed by <filename>.efi</filename> (e.g. for x86-64 this means
+    suffix of <filename>x64.efi</filename>). This may be used to automatically load file system drivers and
     similar, to extend the native firmware support.</para>
 
     <para>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</programlisting>
     </para>
 
     <para>(The path to the firmware file might need to be adjusted depending on the distribution.)
-    <filename>sd-boot</filename> 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 <option>-drive</option> argument
-    needs to be used to attach an actual disk image with an ESP.</para>
+    <filename>systemd-boot</filename> 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 <option>-drive</option>
+    argument needs to be used to attach an actual disk image with an ESP.</para>
   </refsect1>
 
   <refsect1>