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 /gen_determineargs.sh
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 'gen_determineargs.sh')
-rwxr-xr-xgen_determineargs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_determineargs.sh b/gen_determineargs.sh
index d9056e4c..0a404ee8 100755
--- a/gen_determineargs.sh
+++ b/gen_determineargs.sh
@@ -300,6 +300,7 @@ determine_real_args() {
set_config_with_override STRING TMPDIR CMD_TMPDIR "/var/tmp/genkernel"
set_config_with_override STRING LOGFILE CMD_LOGFILE "/var/log/genkernel.conf"
set_config_with_override STRING KERNEL_DIR CMD_KERNEL_DIR "${DEFAULT_KERNEL_SOURCE}"
+ set_config_with_override STRING KERNEL_MODULES_PREFIX CMD_KERNEL_MODULES_PREFIX
set_config_with_override BOOL KERNEL_SOURCES CMD_KERNEL_SOURCES "yes"
set_config_with_override STRING INITRAMFS_FILENAME CMD_INITRAMFS_FILENAME "${DEFAULT_INITRAMFS_FILENAME}"
set_config_with_override STRING INITRAMFS_SYMLINK_NAME CMD_INITRAMFS_SYMLINK_NAME "${DEFAULT_INITRAMFS_SYMLINK_NAME}"
@@ -356,7 +357,6 @@ determine_real_args() {
set_config_with_override BOOL BUILD_STATIC CMD_STATIC "no"
set_config_with_override BOOL SAVE_CONFIG CMD_SAVE_CONFIG "yes"
set_config_with_override BOOL SYMLINK CMD_SYMLINK "no"
- set_config_with_override STRING INSTALL_MOD_PATH CMD_INSTALL_MOD_PATH
set_config_with_override BOOL OLDCONFIG CMD_OLDCONFIG "yes"
set_config_with_override BOOL SANDBOX CMD_SANDBOX "yes"
set_config_with_override BOOL SSH CMD_SSH "no"