From: Vitaly Kuznetsov Date: Fri, 26 May 2023 14:57:37 +0000 (+0200) Subject: man: fix UKI filename suffix in 'tries' description X-Git-Tag: v254-rc1~365 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce8dc0bd6b365c991d1d4409ab99141c4b731426;p=thirdparty%2Fsystemd.git man: fix UKI filename suffix in 'tries' description Boot Loader Type #2 entries (UKIs in $BOOT/EFI/Linux/) have '.efi' suffix, not '.conf'. --- diff --git a/man/kernel-install.xml b/man/kernel-install.xml index 4f30e9b2524..4f71d67e2f0 100644 --- a/man/kernel-install.xml +++ b/man/kernel-install.xml @@ -360,7 +360,7 @@ and the naming of the generated entry file or UKI is slightly altered to include it as $BOOT/loader/entries/ENTRY-TOKEN-KERNEL-VERSION+TRIES.conf or - $BOOT/EFI/Linux/ENTRY-TOKEN-KERNEL-VERSION+TRIES.conf, respectively. This + $BOOT/EFI/Linux/ENTRY-TOKEN-KERNEL-VERSION+TRIES.efi, respectively. This is useful for boot loaders such as systemd-boot7 which implement boot attempt counting with a counter embedded in the entry file name.