From ce8dc0bd6b365c991d1d4409ab99141c4b731426 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Fri, 26 May 2023 16:57:37 +0200 Subject: [PATCH] man: fix UKI filename suffix in 'tries' description Boot Loader Type #2 entries (UKIs in $BOOT/EFI/Linux/) have '.efi' suffix, not '.conf'. --- man/kernel-install.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3