From: Yu Watanabe Date: Fri, 11 Jul 2025 02:33:06 +0000 (+0900) Subject: man/kernel-install: mention --entry-type= option in the man page X-Git-Tag: v258-rc1~89^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F38160%2Fhead;p=thirdparty%2Fsystemd.git man/kernel-install: mention --entry-type= option in the man page Follow-up for b6d499768394297b1d313cdc72dab0720dc315f6. --- 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. + + + + + +