From cb5f21de197c7c2c291637d9234a9373d8b0aee4 Mon Sep 17 00:00:00 2001 From: Antonio Alvarez Feijoo Date: Wed, 20 Sep 2023 09:35:37 +0200 Subject: [PATCH] man/kernel-install: document missing $KERNEL_INSTALL_IMAGE_TYPE Available since https://github.com/systemd/systemd/commit/3d5f0bfe --- man/kernel-install.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/man/kernel-install.xml b/man/kernel-install.xml index a109a1be385..0bf3dfd5596 100644 --- a/man/kernel-install.xml +++ b/man/kernel-install.xml @@ -291,6 +291,36 @@ If is used, $KERNEL_INSTALL_VERBOSE=1 will be exported for plugins. They may output additional logs in this case. + $KERNEL_INSTALL_IMAGE_TYPE=uki|pe|unknown is set for the plugins to specify the + type of the kernel image. + + + + uki + + Unified kernel image. + + + + + + pe + + PE binary. + + + + + + unknown + + Unknown type. + + + + + + $KERNEL_INSTALL_MACHINE_ID is set for the plugins to the desired machine-id to use. It's always a 128-bit ID. Normally it's read from /etc/machine-id, but it can also be overridden via $MACHINE_ID (see below). If not specified via these methods, -- 2.47.3