aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-03-23 02:09:50 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-03-23 09:06:17 +0100
commit8eddd413486f2fc58a56dc615f8f947dfbb62e07 (patch)
tree9ff96a7cca58871ae7aec270a9e1fa271dabaea0
parentAdd debug output to "--genzimage" parameter to unify parameter handling (diff)
downloadgenkernel-8eddd413.tar.gz
genkernel-8eddd413.tar.bz2
genkernel-8eddd413.zip
Fix "--compress-initramfs-type" parameter
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rwxr-xr-xgen_cmdline.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/gen_cmdline.sh b/gen_cmdline.sh
index f8d6a2c..b7bd212 100755
--- a/gen_cmdline.sh
+++ b/gen_cmdline.sh
@@ -679,8 +679,8 @@ parse_cmdline() {
print_info 2 "CMD_COMPRESS_INITRD=${CMD_COMPRESS_INITRD}"
;;
--compress-initramfs-type=*|--compress-initrd-type=*)
- COMPRESS_INITRD_TYPE="${*#*=}"
- print_info 2 "CMD_COMPRESS_INITRD_TYPE: ${CMD_LINUXRC}"
+ CMD_COMPRESS_INITRD_TYPE="${*#*=}"
+ print_info 2 "CMD_COMPRESS_INITRD_TYPE: ${CMD_COMPRESS_INITRD_TYPE}"
;;
--config=*)
print_info 2 "CMD_GK_CONFIG: "${*#*=}""