From 35f58f8c36f9fe27c07ed4d35a4effcad504cdb3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 6 Nov 2023 12:03:03 +0100 Subject: [PATCH] man: document /usr/lib/modules/ paths as recommend copy source for kernel-install --- man/kernel-install.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/man/kernel-install.xml b/man/kernel-install.xml index 0223b561f1..ee8c0069df 100644 --- a/man/kernel-install.xml +++ b/man/kernel-install.xml @@ -674,6 +674,31 @@ + + + /usr/lib/modules/KERNEL-VERSION/ + + + Location for installed kernel modules and other kernel related resources. For each locally + installed kernel a directory named after the kernel version (uname -r) is + kept. + + + + + + + /usr/lib/modules/KERNEL-VERSION/vmlinuz + + + Location for installed kernel images. This is the recommended location for OS package + managers to install kernel images into (as applicable), from which kernel-install + add then copies it into the final boot partition. + + + + + For various cases listed above, if the $KERNEL_INSTALL_CONF_ROOT environment -- 2.25.1