aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-08-02 12:40:47 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-08-03 00:40:14 +0200
commit6882485e665f8b6eb388696dfc0fd983faa9d922 (patch)
tree6db4431770ad1db4ab36591f0fca2f6761581db5 /doc
parentgen_package.sh: gen_kerncache_extract_kernel(): Create target directory if mi... (diff)
downloadgenkernel-6882485e665f8b6eb388696dfc0fd983faa9d922.tar.gz
genkernel-6882485e665f8b6eb388696dfc0fd983faa9d922.tar.bz2
genkernel-6882485e665f8b6eb388696dfc0fd983faa9d922.zip
Rename INSTALL_MOD_PATH option to KERNEL_MODULES_PREFIX
Before this change we had different names in config file and command-line for the same thing. With this change we have one option named KERNEL_MODULES_PREFIX and its corresponding --kernel-modules-prefix command-line argument. Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/genkernel.8.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
index 50f14716..8c527b06 100644
--- a/doc/genkernel.8.txt
+++ b/doc/genkernel.8.txt
@@ -198,8 +198,8 @@ specified.
*--*[*no-*]*module-rebuild*::
Runs, or does not run "emerge --ignore-default-opts --buildpkg=n --usepkg=n --quiet-build=y @module-rebuild"
to build out-of-tree modules when possible, i.e. when non-static
- kernel and modules will be build, installed, no custom
- 'INSTALL_MOD_PATH' is set, '/var/lib/module-rebuild/moduledb' exists
+ kernel and modules will be build, installed,
+ *--kernel-modules-prefix* is not set, '/var/lib/module-rebuild/moduledb' exists
and is not empty.
NOTE: Command can be customized using '--module-rebuild-cmd' command-line
@@ -231,7 +231,7 @@ KERNEL LOCATIONS
Use the special value 'default' to force usage of default kernel
config.
-*--module-prefix*=<dir>::
+*--kernel-modules-prefix*=<dir>::
Prefix to kernel module destination, modules will be installed in
'<prefix>/lib/modules'.