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.