From 756f152c2a8671711fa44de39401a328a97ce345 Mon Sep 17 00:00:00 2001 From: Li Tian Date: Fri, 18 Jul 2025 09:18:17 +0800 Subject: [PATCH] man/kernel-install: mention --entry-type= option in the man page Signed-off-by: Li Tian (cherry picked from commit a87b6c2c5a59561d79f40b166b416545449108db) Resolves: RHEL-83932 --- man/kernel-install.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/man/kernel-install.xml b/man/kernel-install.xml index 4d91b7b20b..4b4360ed7f 100644 --- a/man/kernel-install.xml +++ b/man/kernel-install.xml @@ -174,6 +174,19 @@ The following options are understood: + + + + + Controls the type of entries handled by the command. This is typically useful when multiple types + of boot entries with the same kernel version are installed, and only one should be removed. When + type1 or type2 is specified, each plugin is invoked with + $KERNEL_INSTALL_BOOT_ENTRY_TYPE environment variable with the specified + value. When all is specified, the environment variable will not be set. + Defaults to all. + + +