From 78e9bb837c258ac0ec7712b3d612cc2f407e731e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 05:50:42 +0200 Subject: Merging upstream version 256. Signed-off-by: Daniel Baumann --- man/kernel-install.xml | 42 ++++++++++++++++++++++++++++++------------ 1 file changed, 30 insertions(+), 12 deletions(-) (limited to 'man/kernel-install.xml') diff --git a/man/kernel-install.xml b/man/kernel-install.xml index c05176a..54c254e 100644 --- a/man/kernel-install.xml +++ b/man/kernel-install.xml @@ -1,6 +1,6 @@ + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> KERNEL-IMAGE INITRD-FILE + + kernel-install + OPTIONS + add-all + kernel-install OPTIONS @@ -510,8 +515,12 @@ $KERNEL_INSTALL_CONF_ROOT can be set to override the location of the configuration files read by kernel-install. When set, - install.conf, entry-token, and other files will be - read from this directory. + install.conf, entry-token, and other files will be read from + this directory only. Note that this path is relative to the host, and in particular symlinks + in this directory are resolved relative to the host, even if + is used. This means that it is generally + not correct to use this variable to specify a directory underneath + root if symlinks are used there. $KERNEL_INSTALL_PLUGINS can be set to override the list of plugins executed by kernel-install. The argument is a whitespace-separated list of paths. @@ -639,14 +648,23 @@ /etc/kernel/install.conf + /run/kernel/install.conf + /usr/local/lib/kernel/install.conf /usr/lib/kernel/install.conf + /etc/kernel/install.conf.d/*.conf + /run/kernel/install.conf.d/*.conf + /usr/local/lib/kernel/install.conf.d/*.conf + /usr/lib/kernel/install.conf.d/*.conf Configuration file with options for kernel-install, as a series of KEY=VALUE assignments, compatible with shell syntax, following the same rules as described in os-release5. The first of the files that is found will be used. $KERNEL_INSTALL_CONF_ROOT may be - used to override the search path; see below for details. + used to override the search path; see below for details. Drop-in files may also be used + to extend the configuration with overrides, see + systemd.unit5. + Currently, the following keys are supported: MACHINE_ID=, @@ -709,14 +727,14 @@ See Also - - machine-id5, - os-release5, - depmod8, - systemd-boot7, - ukify1, - Boot Loader Specification - + + machine-id5 + os-release5 + depmod8 + systemd-boot7 + ukify1 + Boot Loader Specification + -- cgit v1.2.3