]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix UKI filename suffix in 'tries' description
authorVitaly Kuznetsov <vkuznets@redhat.com>
Fri, 26 May 2023 14:57:37 +0000 (16:57 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 26 May 2023 15:04:37 +0000 (17:04 +0200)
Boot Loader Type #2 entries (UKIs in $BOOT/EFI/Linux/) have '.efi' suffix,
not '.conf'.

man/kernel-install.xml

index 4f30e9b25241c6d69be8ec2d0fd6bd6078d591e8..4f71d67e2f0666703a6e72441e27bc3d411111dd 100644 (file)
             and the naming of the generated entry file or UKI is slightly altered to include it as
             <filename>$BOOT/loader/entries/<replaceable>ENTRY-TOKEN</replaceable>-<replaceable>KERNEL-VERSION</replaceable>+<replaceable>TRIES</replaceable>.conf</filename>
             or
-            <filename>$BOOT/EFI/Linux/<replaceable>ENTRY-TOKEN</replaceable>-<replaceable>KERNEL-VERSION</replaceable>+<replaceable>TRIES</replaceable>.conf</filename>, respectively. This
+            <filename>$BOOT/EFI/Linux/<replaceable>ENTRY-TOKEN</replaceable>-<replaceable>KERNEL-VERSION</replaceable>+<replaceable>TRIES</replaceable>.efi</filename>, respectively. This
             is useful for boot loaders such as
             <citerefentry><refentrytitle>systemd-boot</refentrytitle><manvolnum>7</manvolnum></citerefentry>
             which implement boot attempt counting with a counter embedded in the entry file name.