From a87b6c2c5a59561d79f40b166b416545449108db Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 11 Jul 2025 11:33:06 +0900 Subject: [PATCH] man/kernel-install: mention --entry-type= option in the man page Follow-up for b6d499768394297b1d313cdc72dab0720dc315f6. --- man/kernel-install.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/man/kernel-install.xml b/man/kernel-install.xml index 9beff5c4de7..118b152ee4e 100644 --- a/man/kernel-install.xml +++ b/man/kernel-install.xml @@ -321,6 +321,23 @@ + + + + + + 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. + + + + + + -- 2.47.3