From: Lennart Poettering Date: Thu, 17 Mar 2022 16:20:07 +0000 (+0100) Subject: kernel-install: list fields we honour in /etc/kernel/install.conf X-Git-Tag: v251-rc1~77^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=354a2441778c678dde4d6e93a462c4fd339b728d;p=thirdparty%2Fsystemd.git kernel-install: list fields we honour in /etc/kernel/install.conf --- diff --git a/man/kernel-install.xml b/man/kernel-install.xml index 5ec76999ad5..d6a5e43031e 100644 --- a/man/kernel-install.xml +++ b/man/kernel-install.xml @@ -237,9 +237,8 @@ $KERNEL_INSTALL_INITRD_GENERATOR is set for plugins to select the initrd - generator. This should be configured as initrd_generator= in - install.conf. - + generator. This may be configured as initrd_generator= in + install.conf. See below. $KERNEL_INSTALL_STAGING_AREA is set for plugins to a path to a directory. Plugins may drop files in that directory, and they will be installed as part of the loader entry, based @@ -325,10 +324,10 @@ /etc/kernel/install.conf - Configuration options for kernel-install, - as a series of KEY=VALUE assignments, - compatible with shell syntax. - See the Environment variables section for supported keys. + Configuration options for kernel-install, as a series of + KEY=VALUE assignments, compatible with shell + syntax. This currently supports two keys: layout= and + initrd_generator=, for details see the Environment variables section above.