From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1193138335 for ; Sat, 23 Mar 2019 09:52:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7CC7E09EC; Sat, 23 Mar 2019 09:52:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99188E09EC for ; Sat, 23 Mar 2019 09:52:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE27B335D03 for ; Sat, 23 Mar 2019 09:52:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94B9C577 for ; Sat, 23 Mar 2019 09:52:41 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1553328377.8eddd413486f2fc58a56dc615f8f947dfbb62e07.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_cmdline.sh X-VCS-Directories: / X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 8eddd413486f2fc58a56dc615f8f947dfbb62e07 X-VCS-Branch: master Date: Sat, 23 Mar 2019 09:52:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4652953f-0430-4f1e-b974-4c643b7d8897 X-Archives-Hash: e4aab1a31e55502b79b7db536cc66a8b commit: 8eddd413486f2fc58a56dc615f8f947dfbb62e07 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Mar 23 01:09:50 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Mar 23 08:06:17 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=8eddd413 Fix "--compress-initramfs-type" parameter Signed-off-by: Thomas Deutschmann gentoo.org> gen_cmdline.sh | 4 ++-- 1 file 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: "${*#*=}""