From d5e96a8232de2c7c6740735f74a69b1982a9549b Mon Sep 17 00:00:00 2001 From: Jon-Olov Vatn Date: Thu, 15 May 2025 13:00:52 +0200 Subject: [PATCH] Add link to netbooting howto from boot doc [skip ci] --- doc/boot.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/boot.md b/doc/boot.md index 2f8fb1a8..650353fe 100644 --- a/doc/boot.md +++ b/doc/boot.md @@ -63,7 +63,7 @@ bootloader's validation procedure, user configuration is kept to a minimum. Two settings are available: - **Boot order**: Since Infix maintains two copies of its software image, - and as some bootloaders support netbooting, the order in which boot + and as some bootloaders support [netbooting][2], the order in which boot sources are considered can be configured. To select the active source, use [RAUC][]: @@ -352,3 +352,5 @@ If `var` is not available, Infix will still persist `/var/lib` using [^1]: See [Upgrading procedures and boot order](system.md#upgrade-procedures-and-boot-order) for information on upgrading via CLI. + +[2]: netboot.md