From 4810e789ad5bf3668895a0fe875a77f7bbd0eb5c Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Jun 01 2023 14:37:09 +0000 Subject: man: fix UKI filename suffix in 'tries' description Boot Loader Type #2 entries (UKIs in $BOOT/EFI/Linux/) have '.efi' suffix, not '.conf'. (cherry picked from commit ce8dc0bd6b365c991d1d4409ab99141c4b731426) --- diff --git a/man/kernel-install.xml b/man/kernel-install.xml index e50aeee..9980e3a 100644 --- a/man/kernel-install.xml +++ b/man/kernel-install.xml @@ -340,7 +340,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.