From: Zbigniew Jędrzejewski-Szmek Date: Fri, 28 Feb 2020 10:47:03 +0000 (+0100) Subject: docs: interlink the docs to make it easier to navigate X-Git-Tag: v245-rc2~27^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0cda2414802ccf8f146cb0c55bf64e75df6c53b;p=thirdparty%2Fsystemd.git docs: interlink the docs to make it easier to navigate --- diff --git a/docs/BOOT_LOADER_INTERFACE.md b/docs/BOOT_LOADER_INTERFACE.md index e1ba815d343..6084fe2a2a4 100644 --- a/docs/BOOT_LOADER_INTERFACE.md +++ b/docs/BOOT_LOADER_INTERFACE.md @@ -142,3 +142,11 @@ names for them in UIs. 6. If a boot menu entry encapsulates a reboot into EFI firmware setup feature, it should use the identifier `reboot-to-firmware-setup` (or `auto-reboot-to-firmware-setup` in case it is automatically discovered). + +## Links + +[Boot Loader Specification](https://systemd.io/BOOT_LOADER_INTERFACE)
+[Discoverable Partitions Specification](https://systemd.io/DISCOVERABLE_PARTITIONS)
+[systemd-boot(7)](https://www.freedesktop.org/software/systemd/man/systemd-boot.html)
+[bootctl(1)](https://www.freedesktop.org/software/systemd/man/bootctl.html)
+[systemd-gpt-auto-generator(8)](https://www.freedesktop.org/software/systemd/man/systemd-gpt-auto-generator.html) diff --git a/docs/BOOT_LOADER_SPECIFICATION.md b/docs/BOOT_LOADER_SPECIFICATION.md index 0c8fb3f1762..514b8cd11af 100644 --- a/docs/BOOT_LOADER_SPECIFICATION.md +++ b/docs/BOOT_LOADER_SPECIFICATION.md @@ -234,5 +234,9 @@ There are a couple of items that are out of focus for this specification: ## Links +[GUID Partition Table](https://en.wikipedia.org/wiki/GUID_Partition_Table)
+[Boot Loader Interface](https://systemd.io/BOOT_LOADER_INTERFACE)
+[Discoverable Partitions Specification](https://systemd.io/DISCOVERABLE_PARTITIONS)
[systemd-boot(7)](https://www.freedesktop.org/software/systemd/man/systemd-boot.html)
-[bootctl(1)](https://www.freedesktop.org/software/systemd/man/bootctl.html) +[bootctl(1)](https://www.freedesktop.org/software/systemd/man/bootctl.html)
+[systemd-gpt-auto-generator(8)](https://www.freedesktop.org/software/systemd/man/systemd-gpt-auto-generator.html)