From 6882485e665f8b6eb388696dfc0fd983faa9d922 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Sun, 2 Aug 2020 12:40:47 +0200 Subject: 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 --- doc/genkernel.8.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') 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*=:: +*--kernel-modules-prefix*=:: Prefix to kernel module destination, modules will be installed in '/lib/modules'. -- cgit v1.2.3-65-gdbad