From: Lennart Poettering Date: Mon, 7 Jul 2025 13:54:17 +0000 (+0200) Subject: bootspec: include 'UKI' in descriptive name for type #2 X-Git-Tag: v258-rc1~145^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1c7aa6a95956f6827b250a9fec9d584077e2a37;p=thirdparty%2Fsystemd.git bootspec: include 'UKI' in descriptive name for type #2 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. --- diff --git a/src/shared/bootspec.c b/src/shared/bootspec.c index 59ab33a19b0..5ccfbfbb821 100644 --- a/src/shared/bootspec.c +++ b/src/shared/bootspec.c @@ -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", };