aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2017-07-14 11:48:45 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2017-07-14 11:48:45 -0700
commitfa341ebe57929d6f971359d3446fbcaa78301d11 (patch)
tree7c29ce827cc3aa56724eb78a7315a40199e1212e /gen_determineargs.sh
parentdefaults/initrd.defaults: Fix misnamed variable. (diff)
downloadgenkernel-fa341ebe57929d6f971359d3446fbcaa78301d11.tar.gz
genkernel-fa341ebe57929d6f971359d3446fbcaa78301d11.tar.bz2
genkernel-fa341ebe57929d6f971359d3446fbcaa78301d11.zip
Fix unbootable kernels due to overzealous strip.
Manually stripping the kernel is obsolete, use kernel targets for it, and only pass in argument for Kernel to strip modules itself. Bug introduced in c2525c65b9f3d5849963bab6beb40817d7720218. Fixes: https://bugs.gentoo.org/show_bug.cgi?id=622716 Signed-off-by: Robin H. Johnson <robbat2@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 23084a15..41fbe638 100755
--- a/gen_determineargs.sh
+++ b/gen_determineargs.sh
@@ -144,7 +144,7 @@ determine_real_args() {
set_config_with_override BOOL KEYMAP CMD_KEYMAP "yes"
set_config_with_override BOOL DOKEYMAPAUTO CMD_DOKEYMAPAUTO
set_config_with_override STRING BUSYBOX_CONFIG CMD_BUSYBOX_CONFIG
- set_config_with_override STRING STRIP_TYPE CMD_STRIP_TYPE "all"
+ set_config_with_override STRING STRIP_TYPE CMD_STRIP_TYPE "modules"
set_config_with_override BOOL INSTALL CMD_INSTALL "yes"
set_config_with_override BOOL DEBUGCLEANUP CMD_DEBUGCLEANUP "yes"