mirror of
https://github.com/systemd/systemd.git
synced 2024-10-30 06:25:37 +03:00
Merge pull request #22799 from keszybz/man-spelling-and-crosslinks
Typos and more internal links in documentation
This commit is contained in:
commit
02036ca7e9
2
NEWS
2
NEWS
@ -12493,7 +12493,7 @@ CHANGES WITH 197:
|
||||
based on a calendar time specification such as "Thu,Fri
|
||||
2013-*-1,5 11:12:13" which refers to 11:12:13 of the first
|
||||
or fifth day of any month of the year 2013, given that it is
|
||||
a thursday or friday. This brings timer event support
|
||||
a Thursday or a Friday. This brings timer event support
|
||||
considerably closer to cron's capabilities. For details on
|
||||
the supported calendar time specification language see
|
||||
systemd.time(7).
|
||||
|
@ -30,10 +30,11 @@
|
||||
<title>Description</title>
|
||||
|
||||
<para>
|
||||
<citerefentry><refentrytitle>systemd-boot</refentrytitle><manvolnum>7</manvolnum></citerefentry>
|
||||
will read <filename><replaceable>ESP</replaceable>/loader/loader.conf</filename> and any files with the
|
||||
<citerefentry><refentrytitle>systemd-boot</refentrytitle><manvolnum>7</manvolnum></citerefentry> will
|
||||
read <filename><replaceable>ESP</replaceable>/loader/loader.conf</filename>, and any files with the
|
||||
<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>Each configuration file must consist of an option name, followed by
|
||||
|
@ -39,23 +39,22 @@
|
||||
|
||||
<itemizedlist>
|
||||
<listitem><para>Boot entries defined with <ulink
|
||||
url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification</ulink> description files
|
||||
located in <filename>/loader/entries/</filename> on the ESP and the Extended Boot Loader
|
||||
Partition. These usually describe Linux kernel images with associated initrd images, but alternatively
|
||||
may also describe arbitrary other EFI executables.</para></listitem>
|
||||
url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification</ulink> Type #1
|
||||
description files located in <filename>/loader/entries/</filename> on the ESP and the Extended Boot
|
||||
Loader Partition. These usually describe Linux kernel images with associated initrd images, but
|
||||
alternatively may also describe other arbitrary EFI executables.</para></listitem>
|
||||
|
||||
<listitem><para>Unified kernel images following the <ulink
|
||||
url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification</ulink>, as executable EFI
|
||||
binaries in <filename>/EFI/Linux/</filename> on the ESP and the Extended Boot Loader Partition.
|
||||
</para></listitem>
|
||||
<listitem><para>Unified kernel images, <ulink url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot
|
||||
Loader Specification</ulink> Type #2, which are executable EFI binaries in
|
||||
<filename>/EFI/Linux/</filename> on the ESP and the Extended Boot Loader Partition.</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>
|
||||
|
||||
<para><command>systemd-boot</command> supports the following features:</para>
|
||||
|
@ -18,7 +18,7 @@ ConditionVirtualization=!container
|
||||
[Timer]
|
||||
# Trigger the update 15min after boot, and then – on average – every 6h, but
|
||||
# randomly distributed in a 2h…6h interval. In addition trigger things
|
||||
# persistently once on each saturday, to ensure that even on systems that are
|
||||
# persistently once on each Saturday, to ensure that even on systems that are
|
||||
# never booted up for long we have a chance to to do the update.
|
||||
OnBootSec=15min
|
||||
OnUnitActiveSec=2h
|
||||
|
Loading…
Reference in New Issue
Block a user