From: Ludwig Nussel Date: Thu, 12 Jan 2023 12:56:08 +0000 (+0100) Subject: bootspec: show efi entry too X-Git-Tag: v253-rc1~116 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e443cc7c05bb5bf057e375df236e4a1f1431821d;p=thirdparty%2Fsystemd.git bootspec: show efi entry too --- diff --git a/src/shared/bootspec.c b/src/shared/bootspec.c index 06f42ab61d7..49fb34b4d64 100644 --- a/src/shared/bootspec.c +++ b/src/shared/bootspec.c @@ -1362,6 +1362,8 @@ int show_boot_entry( printf(" architecture: %s\n", e->architecture); if (e->kernel) boot_entry_file_list("linux", e->root, e->kernel, &status); + if (e->efi) + boot_entry_file_list("efi", e->root, e->efi, &status); STRV_FOREACH(s, e->initrd) boot_entry_file_list(s == e->initrd ? "initrd" : NULL,