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 8B91A138010 for ; Sat, 25 Aug 2012 01:44:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F983E059C; Sat, 25 Aug 2012 01:44:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2E3ECE04EB for ; Sat, 25 Aug 2012 01:44:34 +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 96CA033D858 for ; Sat, 25 Aug 2012 01:44:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0504EE543D for ; Sat, 25 Aug 2012 01:44:31 +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: <1345859065.1a3cd373c22c7c28d800b079199d8361593f7d9e.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: 1a3cd373c22c7c28d800b079199d8361593f7d9e X-VCS-Branch: ryao Date: Sat, 25 Aug 2012 01:44:31 +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: f4efb832-45c7-4469-9e54-c4cf13329135 X-Archives-Hash: c8d6b62aad12c2a4dd07f07a238c5621 commit: 1a3cd373c22c7c28d800b079199d8361593f7d9e 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:44:25 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=1a3cd373 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 7f352f8..d1ec199 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