1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-09 01:18:19 +03:00

man: cross-link to BLS in more places, use "Type #1", "Type #2" as appropriate

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-03-21 12:16:35 +01:00
parent c3fb1e43c1
commit a0aa38389d
2 changed files with 15 additions and 15 deletions

View File

@ -30,10 +30,11 @@
<title>Description</title> <title>Description</title>
<para> <para>
<citerefentry><refentrytitle>systemd-boot</refentrytitle><manvolnum>7</manvolnum></citerefentry> <citerefentry><refentrytitle>systemd-boot</refentrytitle><manvolnum>7</manvolnum></citerefentry> will
will read <filename><replaceable>ESP</replaceable>/loader/loader.conf</filename> and any files with the read <filename><replaceable>ESP</replaceable>/loader/loader.conf</filename>, and any files with the
<literal>.conf</literal> extension under <literal>.conf</literal> extension under
<filename><replaceable>ESP</replaceable>/loader/entries/</filename> on the EFI system partition (ESP). <filename><replaceable>ESP</replaceable>/loader/entries/</filename> on the EFI system partition (ESP) as
defined by <ulink url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification</ulink>.
</para> </para>
<para>Each configuration file must consist of an option name, followed by <para>Each configuration file must consist of an option name, followed by

View File

@ -39,23 +39,22 @@
<itemizedlist> <itemizedlist>
<listitem><para>Boot entries defined with <ulink <listitem><para>Boot entries defined with <ulink
url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification</ulink> description files url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification</ulink> Type #1
located in <filename>/loader/entries/</filename> on the ESP and the Extended Boot Loader description files located in <filename>/loader/entries/</filename> on the ESP and the Extended Boot
Partition. These usually describe Linux kernel images with associated initrd images, but alternatively Loader Partition. These usually describe Linux kernel images with associated initrd images, but
may also describe arbitrary other EFI executables.</para></listitem> alternatively may also describe other arbitrary EFI executables.</para></listitem>
<listitem><para>Unified kernel images following the <ulink <listitem><para>Unified kernel images, <ulink url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot
url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification</ulink>, as executable EFI Loader Specification</ulink> Type #2, which are executable EFI binaries in
binaries in <filename>/EFI/Linux/</filename> on the ESP and the Extended Boot Loader Partition. <filename>/EFI/Linux/</filename> on the ESP and the Extended Boot Loader Partition.</para></listitem>
</para></listitem>
<listitem><para>The Microsoft Windows EFI boot manager, if installed</para></listitem> <listitem><para>The Microsoft Windows EFI boot manager, if installed.</para></listitem>
<listitem><para>The Apple macOS boot manager, if installed</para></listitem> <listitem><para>The Apple macOS boot manager, if installed.</para></listitem>
<listitem><para>The EFI Shell binary, if installed</para></listitem> <listitem><para>The EFI Shell binary, if installed.</para></listitem>
<listitem><para>A reboot into the UEFI firmware setup option, if supported by the firmware</para></listitem> <listitem><para>A reboot into the UEFI firmware setup option, if supported by the firmware.</para></listitem>
</itemizedlist> </itemizedlist>
<para><command>systemd-boot</command> supports the following features:</para> <para><command>systemd-boot</command> supports the following features:</para>