From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 53B28138010 for ; Sat, 25 Aug 2012 01:04:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCF8DE0540; Sat, 25 Aug 2012 01:04:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AA913E0540 for ; Sat, 25 Aug 2012 01:04:41 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F58A33D827 for ; Sat, 25 Aug 2012 01:04:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 877E7E543D for ; Sat, 25 Aug 2012 01:04:39 +0000 (UTC) From: "Richard Yao" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Yao" Message-ID: <1345856663.5375bcd35c315d2072deebbd313042368265baf3.ryao@gentoo> Subject: [gentoo-commits] proj/genkernel:ryao commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_determineargs.sh X-VCS-Directories: / X-VCS-Committer: ryao X-VCS-Committer-Name: Richard Yao X-VCS-Revision: 5375bcd35c315d2072deebbd313042368265baf3 X-VCS-Branch: ryao Date: Sat, 25 Aug 2012 01:04:39 +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-Archives-Salt: 785361f9-7e00-47c6-b525-5832e01eca6d X-Archives-Hash: bcf12ebcf3ba5808723a55d68b0152f6 commit: 5375bcd35c315d2072deebbd313042368265baf3 Author: Richard Yao cs stonybrook edu> AuthorDate: Sat Aug 25 01:04:23 2012 +0000 Commit: Richard Yao gentoo org> CommitDate: Sat Aug 25 01:04:23 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=5375bcd3 Remove redundant default no setting --- gen_determineargs.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gen_determineargs.sh b/gen_determineargs.sh index 95d278d..81ac05f 100755 --- a/gen_determineargs.sh +++ b/gen_determineargs.sh @@ -102,7 +102,7 @@ determine_real_args() { set_config_with_override STRING MODULESPACKAGE CMD_MODULESPACKAGE set_config_with_override STRING KERNCACHE CMD_KERNCACHE set_config_with_override BOOL RAMDISKMODULES CMD_RAMDISKMODULES "yes" - set_config_with_override BOOL ALLRAMDISKMODULES CMD_ALLRAMDISKMODULES "no" + set_config_with_override BOOL ALLRAMDISKMODULES CMD_ALLRAMDISKMODULES set_config_with_override STRING INITRAMFS_OVERLAY CMD_INITRAMFS_OVERLAY set_config_with_override BOOL MOUNTBOOT CMD_MOUNTBOOT set_config_with_override BOOL BUILD_STATIC CMD_STATIC