diff options
author | killermoehre <killermoehre@gmx.net> | 2018-09-13 13:53:03 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-09-13 22:12:38 +0200 |
commit | a8a273743f1e55bdcb46f2a0c8ed55de3050f463 (patch) | |
tree | cf8fcff1d64473bfd7c4ebe4e2c7b727b95bc438 /man/systemd-boot.xml | |
parent | 8c1f04352b671aceb101516186d8e4ca6ec220f8 (diff) | |
download | systemd-a8a273743f1e55bdcb46f2a0c8ed55de3050f463.tar.gz |
replace https://github.com/systemd/systemd/blob/master/doc/* with https://github.com/systemd/systemd/blob/master/docs/* to point to proper documentation
Diffstat (limited to 'man/systemd-boot.xml')
-rw-r--r-- | man/systemd-boot.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/systemd-boot.xml b/man/systemd-boot.xml index 9fadffadfe..6abed7693a 100644 --- a/man/systemd-boot.xml +++ b/man/systemd-boot.xml @@ -38,13 +38,13 @@ <itemizedlist> <listitem><para>Boot entries defined with <ulink - url="https://github.com/systemd/systemd/blob/master/doc/BOOT_LOADER_SPECIFICATION.md">Boot Loader + url="https://github.com/systemd/systemd/blob/master/docs/BOOT_LOADER_SPECIFICATION.md">Boot Loader Specification</ulink> description files located in <filename>/loader/entries/</filename> on the ESP. These usually describe Linux kernel images with associated initrd images, but alternatively may also describe arbitrary other EFI executables.</para></listitem> <listitem><para>Unified kernel images following the <ulink - url="https://github.com/systemd/systemd/blob/master/doc/BOOT_LOADER_SPECIFICATION.md">Boot Loader + url="https://github.com/systemd/systemd/blob/master/docs/BOOT_LOADER_SPECIFICATION.md">Boot Loader Specification</ulink>, as executable EFI binaries in <filename>/EFI/Linux/</filename> on the ESP. </para></listitem> @@ -231,9 +231,9 @@ <filename>/loader/loader.conf</filename> on the ESP (in combination with data read from EFI variables). See <citerefentry><refentrytitle>loader.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>. Boot entry description files following the <ulink - url="https://github.com/systemd/systemd/blob/master/doc/BOOT_LOADER_SPECIFICATION.md">Boot Loader + url="https://github.com/systemd/systemd/blob/master/docs/BOOT_LOADER_SPECIFICATION.md">Boot Loader Specification</ulink> are read from <filename>/loader/entries/</filename> on the ESP. Unified kernel boot entries - following the <ulink url="https://github.com/systemd/systemd/blob/master/doc/BOOT_LOADER_SPECIFICATION.md">Boot + following the <ulink url="https://github.com/systemd/systemd/blob/master/docs/BOOT_LOADER_SPECIFICATION.md">Boot Loader Specification</ulink> are read from <filename>/EFI/Linux/</filename> on the ESP.</para> </refsect1> @@ -242,7 +242,7 @@ <para> <citerefentry><refentrytitle>bootctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>loader.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>, - <ulink url="https://github.com/systemd/systemd/blob/master/doc/BOOT_LOADER_SPECIFICATION.md">Boot Loader Specification</ulink>, + <ulink url="https://github.com/systemd/systemd/blob/master/docs/BOOT_LOADER_SPECIFICATION.md">Boot Loader Specification</ulink>, <ulink url="https://www.freedesktop.org/wiki/Software/systemd/BootLoaderInterface">Boot Loader Interface</ulink> </para> </refsect1> |