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 255CD138334 for ; Wed, 27 Nov 2019 16:40:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7ED9E08FA; Wed, 27 Nov 2019 16:40:22 +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 BF4A6E08F6 for ; Wed, 27 Nov 2019 16:40:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E657934D4D5 for ; Wed, 27 Nov 2019 16:40:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84FBE8C9 for ; Wed, 27 Nov 2019 16:40:17 +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: <1574871537.5ff51e78f1849daa446ebfd2da6844e874926b4d.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_determineargs.sh X-VCS-Directories: / X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 5ff51e78f1849daa446ebfd2da6844e874926b4d X-VCS-Branch: master Date: Wed, 27 Nov 2019 16:40:17 +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: a1626f4b-5b37-4197-bd75-d5a6fa9360f3 X-Archives-Hash: ecb88fce4f04c6ee5cc7a716168d6e13 commit: 5ff51e78f1849daa446ebfd2da6844e874926b4d Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Nov 27 14:39:37 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Nov 27 16:18:57 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=5ff51e78 gen_determineargs.sh: determine_real_args(): Cleanup old code Signed-off-by: Thomas Deutschmann gentoo.org> gen_determineargs.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gen_determineargs.sh b/gen_determineargs.sh index 2b68a8a..6326a5e 100755 --- a/gen_determineargs.sh +++ b/gen_determineargs.sh @@ -785,10 +785,8 @@ determine_real_args() { fi fi - if ! isTrue "${BUILD_RAMDISK}" + if isTrue "${BUILD_RAMDISK}" then - INTEGRATED_INITRAMFS=0 - else if [[ "${CMD_BOOTFONT}" != "none" ]] then if [[ "${CMD_BOOTFONT}" == "current" ]]