]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bootspec: include 'UKI' in descriptive name for type #2
authorLennart Poettering <lennart@poettering.net>
Mon, 7 Jul 2025 13:54:17 +0000 (15:54 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 7 Jul 2025 16:13:06 +0000 (18:13 +0200)
I am pretty sure that "UKI" is the best known name for type #2 boot
loader spec entries, hence we really should put it in the name.

src/shared/bootspec.c

index 59ab33a19b079783955578ca6d2f4a15a0ae812e..5ccfbfbb821d52ee4ac7a5c6c3fc1c3c7fabda58 100644 (file)
@@ -34,7 +34,7 @@
 
 static const char* const boot_entry_type_description_table[_BOOT_ENTRY_TYPE_MAX] = {
         [BOOT_ENTRY_CONF]        = "Boot Loader Specification Type #1 (.conf)",
-        [BOOT_ENTRY_UNIFIED]     = "Boot Loader Specification Type #2 (.efi)",
+        [BOOT_ENTRY_UNIFIED]     = "Boot Loader Specification Type #2 (UKI, .efi)",
         [BOOT_ENTRY_LOADER]      = "Reported by Boot Loader",
         [BOOT_ENTRY_LOADER_AUTO] = "Automatic",
 };