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 331E3138334 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 54C8BE09CB; Sat, 23 Mar 2019 09:52:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 28ABAE09CB for ; Sat, 23 Mar 2019 09:52:44 +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 496B5335CFC 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 81C47574 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: <1553328376.0263d25db75177e7e75f03b5177f54f40c060d82.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: 0263d25db75177e7e75f03b5177f54f40c060d82 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: 09de2aa7-38fb-4cb4-a040-977101014ab8 X-Archives-Hash: 858143ac1e1eaef9c863c2e792cebe34 commit: 0263d25db75177e7e75f03b5177f54f40c060d82 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Mar 23 01:03:41 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Mar 23 08:06:16 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=0263d25d Add debug output to "--genzimage" parameter to unify parameter handling Signed-off-by: Thomas Deutschmann gentoo.org> gen_cmdline.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gen_cmdline.sh b/gen_cmdline.sh index 3832ab4..f8d6a2c 100755 --- a/gen_cmdline.sh +++ b/gen_cmdline.sh @@ -632,6 +632,7 @@ parse_cmdline() { KERNEL_MAKE_DIRECTIVE_2='zImage.initrd' KERNEL_BINARY_2='arch/powerpc/boot/zImage.initrd' CMD_GENZIMAGE="yes" + print_info 2 "CMD_GENZIMAGE: ${CMD_GENZIMAGE}" # ENABLE_PEGASOS_HACKS="yes" # print_info 2 "ENABLE_PEGASOS_HACKS: ${ENABLE_PEGASOS_HACKS}" ;;