Skip to content

Commit a0aa383

Browse files
committed
man: cross-link to BLS in more places, use "Type #1", "Type #2" as appropriate
1 parent c3fb1e4 commit a0aa383

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

man/loader.conf.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@
3030
<title>Description</title>
3131

3232
<para>
33-
<citerefentry><refentrytitle>systemd-boot</refentrytitle><manvolnum>7</manvolnum></citerefentry>
34-
will read <filename><replaceable>ESP</replaceable>/loader/loader.conf</filename> and any files with the
33+
<citerefentry><refentrytitle>systemd-boot</refentrytitle><manvolnum>7</manvolnum></citerefentry> will
34+
read <filename><replaceable>ESP</replaceable>/loader/loader.conf</filename>, and any files with the
3535
<literal>.conf</literal> extension under
36-
<filename><replaceable>ESP</replaceable>/loader/entries/</filename> on the EFI system partition (ESP).
36+
<filename><replaceable>ESP</replaceable>/loader/entries/</filename> on the EFI system partition (ESP) as
37+
defined by <ulink url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification</ulink>.
3738
</para>
3839

3940
<para>Each configuration file must consist of an option name, followed by

man/systemd-boot.xml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,22 @@
3939

4040
<itemizedlist>
4141
<listitem><para>Boot entries defined with <ulink
42-
url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification</ulink> description files
43-
located in <filename>/loader/entries/</filename> on the ESP and the Extended Boot Loader
44-
Partition. These usually describe Linux kernel images with associated initrd images, but alternatively
45-
may also describe arbitrary other EFI executables.</para></listitem>
46-
47-
<listitem><para>Unified kernel images following the <ulink
48-
url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification</ulink>, as executable EFI
49-
binaries in <filename>/EFI/Linux/</filename> on the ESP and the Extended Boot Loader Partition.
50-
</para></listitem>
42+
url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification</ulink> Type #1
43+
description files located in <filename>/loader/entries/</filename> on the ESP and the Extended Boot
44+
Loader Partition. These usually describe Linux kernel images with associated initrd images, but
45+
alternatively may also describe other arbitrary EFI executables.</para></listitem>
46+
47+
<listitem><para>Unified kernel images, <ulink url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot
48+
Loader Specification</ulink> Type #2, which are executable EFI binaries in
49+
<filename>/EFI/Linux/</filename> on the ESP and the Extended Boot Loader Partition.</para></listitem>
5150

52-
<listitem><para>The Microsoft Windows EFI boot manager, if installed</para></listitem>
51+
<listitem><para>The Microsoft Windows EFI boot manager, if installed.</para></listitem>
5352

54-
<listitem><para>The Apple macOS boot manager, if installed</para></listitem>
53+
<listitem><para>The Apple macOS boot manager, if installed.</para></listitem>
5554

56-
<listitem><para>The EFI Shell binary, if installed</para></listitem>
55+
<listitem><para>The EFI Shell binary, if installed.</para></listitem>
5756

58-
<listitem><para>A reboot into the UEFI firmware setup option, if supported by the firmware</para></listitem>
57+
<listitem><para>A reboot into the UEFI firmware setup option, if supported by the firmware.</para></listitem>
5958
</itemizedlist>
6059

6160
<para><command>systemd-boot</command> supports the following features:</para>

0 commit comments

Comments
 (0)