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 55EA9138200 for ; Sat, 25 Aug 2012 01:20:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0D3AE06B0; Sat, 25 Aug 2012 01:19:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7C8B9E06B1 for ; Sat, 25 Aug 2012 01:19:43 +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 DAD8333D853 for ; Sat, 25 Aug 2012 01:19:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5A841E5443 for ; Sat, 25 Aug 2012 01:19:41 +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: <1345857518.41af0c3c66b8af08ee6ae3fc4280a63952116ccc.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: 41af0c3c66b8af08ee6ae3fc4280a63952116ccc X-VCS-Branch: ryao Date: Sat, 25 Aug 2012 01:19: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-Archives-Salt: 86c32624-1941-4ca3-8111-8a4af026c872 X-Archives-Hash: e367da02be53c065669e1eba6cadcccb commit: 41af0c3c66b8af08ee6ae3fc4280a63952116ccc 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:18:38 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=41af0c3c 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