mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
This commit is contained in:
parent
c3fb1e43c1
commit
a0aa38389d
@ -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
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user