diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-10-23 16:28:30 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-11-16 17:43:59 +0100 |
commit | 2fe82132302448d0414308473d5d38de40e4105f (patch) | |
tree | 32ad83a8eea443b6a9035e304e5e9877afd1c567 /man | |
parent | cocci: simplify some if checks (diff) | |
download | systemd-2fe82132302448d0414308473d5d38de40e4105f.tar.gz systemd-2fe82132302448d0414308473d5d38de40e4105f.tar.bz2 systemd-2fe82132302448d0414308473d5d38de40e4105f.zip |
docs: migrate boot loader interface from fdo wiki to git
This imports
https://www.freedesktop.org/wiki/Software/systemd/BootLoaderInterface/
into our sources, and extends it substantially with various variables
now supported.
Diffstat (limited to 'man')
-rw-r--r-- | man/bootctl.xml | 2 | ||||
-rw-r--r-- | man/systemd-boot.xml | 10 |
2 files changed, 5 insertions, 7 deletions
diff --git a/man/bootctl.xml b/man/bootctl.xml index 3c9e604f7..9cfa9cccd 100644 --- a/man/bootctl.xml +++ b/man/bootctl.xml @@ -148,7 +148,7 @@ <para> <citerefentry><refentrytitle>systemd-boot</refentrytitle><manvolnum>7</manvolnum></citerefentry>, <ulink url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification</ulink>, - <ulink url="https://www.freedesktop.org/wiki/Software/systemd/BootLoaderInterface">Boot Loader Interface</ulink> + <ulink url="https://systemd.io/BOOT_LOADER_INTERFACE">Boot Loader Interface</ulink> </para> </refsect1> </refentry> diff --git a/man/systemd-boot.xml b/man/systemd-boot.xml index 3b726e63a..79234eaf0 100644 --- a/man/systemd-boot.xml +++ b/man/systemd-boot.xml @@ -63,9 +63,8 @@ used from a running system to locate the ESP, list available entries, and install systemd-boot itself.</para> <para>systemd-boot will provide information about the time spent in UEFI firmware using the <ulink - url="https://www.freedesktop.org/wiki/Software/systemd/BootLoaderInterface">Boot Loader Interface</ulink>. This - information can be displayed using - <citerefentry><refentrytitle>systemd-analyze</refentrytitle><manvolnum>1</manvolnum></citerefentry>. + url="https://systemd.io/BOOT_LOADER_INTERFACE">Boot Loader Interface</ulink>. This information can be displayed + using <citerefentry><refentrytitle>systemd-analyze</refentrytitle><manvolnum>1</manvolnum></citerefentry>. </para> </refsect1> @@ -331,8 +330,7 @@ <listitem><para>Information about the time spent in various parts of the boot loader. Set by the boot loader. Use <citerefentry><refentrytitle>systemd-analyze</refentrytitle><manvolnum>1</manvolnum></citerefentry> to view this data. These variables are defined by the <ulink - url="https://www.freedesktop.org/wiki/Software/systemd/BootLoaderInterface">Boot Loader - Interface</ulink>.</para></listitem> + url="https://systemd.io/BOOT_LOADER_INTERFACE">Boot Loader Interface</ulink>.</para></listitem> </varlistentry> </variablelist> </refsect1> @@ -400,7 +398,7 @@ <citerefentry><refentrytitle>systemd-bless-boot.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>, <citerefentry><refentrytitle>kernel-install</refentrytitle><manvolnum>8</manvolnum></citerefentry>, <ulink url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification</ulink>, - <ulink url="https://www.freedesktop.org/wiki/Software/systemd/BootLoaderInterface">Boot Loader Interface</ulink> + <ulink url="https://systemd.io/BOOT_LOADER_INTERFACE">Boot Loader Interface</ulink> </para> </refsect1> </refentry> |