From: Antonio Alvarez Feijoo Date: Wed, 18 Sep 2024 13:02:53 +0000 (+0200) Subject: man/repart: use instead of X-Git-Tag: v257-rc1~406 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf39626d610628771dee20fb4322d2fc400a46be;p=thirdparty%2Fsystemd.git man/repart: use instead of Otherwise, `$BOOT` is rendered: ``` [2548/2992] Generating man/repart.d.5 with a custom command Element variable in namespace '' encountered in para, but no template matches. Element variable in namespace '' encountered in para, but no template matches. ``` --- diff --git a/man/repart.d.xml b/man/repart.d.xml index 8cd2149121f..857ee79d91a 100644 --- a/man/repart.d.xml +++ b/man/repart.d.xml @@ -922,9 +922,9 @@ target for some other supplement definition. A target cannot have more than one supplement partition associated with it. - For example, distributions can use this to implement $BOOT as defined in + For example, distributions can use this to implement $BOOT as defined in the Boot Loader - Specification. Distributions may prefer to use the ESP as $BOOT whenever + Specification. Distributions may prefer to use the ESP as $BOOT whenever possible, but to adhere to the spec XBOOTLDR must sometimes be used instead. So, they should create two definitions: the first defining an ESP big enough to hold just the bootloader, and a second for the XBOOTLDR that's sufficiently large to hold kernels and configured as a supplement for the ESP.