You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1018 B
25 lines
1018 B
From c1736cd4c9d0cb7b39333280bd30657e68481436 Mon Sep 17 00:00:00 2001
|
|
From: Gerd Hoffmann <kraxel@redhat.com>
|
|
Date: Fri, 20 Jan 2023 13:30:48 +0100
|
|
Subject: [PATCH] bootctl: add kernel-inspect to --help text
|
|
|
|
(cherry picked from commit 24a3b37f12a1a752e5a1379cadc15031b04c3fba)
|
|
|
|
Related: RHEL-16354
|
|
---
|
|
src/boot/bootctl.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c
|
|
index b98673cd11..cc35147376 100644
|
|
--- a/src/boot/bootctl.c
|
|
+++ b/src/boot/bootctl.c
|
|
@@ -1456,6 +1456,7 @@ static int help(int argc, char *argv[], void *userdata) {
|
|
" random-seed Initialize random seed in ESP and EFI variables\n"
|
|
"\n%3$skernel Commands:%4$s\n"
|
|
" kernel-identify Identify kernel image type.\n"
|
|
+ " kernel-inspect Prints details about the kernel.\n"
|
|
"\n%3$sOptions:%4$s\n"
|
|
" -h --help Show this help\n"
|
|
" --version Print version\n"
|