aboutsummaryrefslogtreecommitdiff
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 /genkernel.conf
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 'genkernel.conf')
-rw-r--r--genkernel.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/genkernel.conf b/genkernel.conf
index 43415ef..93cf8e7 100644
--- a/genkernel.conf
+++ b/genkernel.conf
@@ -322,8 +322,7 @@ DEFAULT_KERNEL_SOURCE="/usr/src/linux"
# Prefix to kernel module destination, modules
# will be installed in <prefix>/lib/modules
-# (.conf equivalent of --module-prefix=<dir>)
-#INSTALL_MOD_PATH=""
+#KERNEL_MODULES_PREFIX=""
# =========MISC INITRAMFS CONFIGURATION============