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 8C20C1391DB for ; Sun, 16 Mar 2014 00:26:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24E66E0ADC; Sun, 16 Mar 2014 00:26:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6084E0ACC for ; Sun, 16 Mar 2014 00:26:24 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3BEE33F66C for ; Sun, 16 Mar 2014 00:26:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 33A3F188EC for ; Sun, 16 Mar 2014 00:26:22 +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: <1394929407.02f25be754697bd64eb95f4afa5f8fdea968f8c4.ryao@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: ryao X-VCS-Committer-Name: Richard Yao X-VCS-Revision: 02f25be754697bd64eb95f4afa5f8fdea968f8c4 X-VCS-Branch: master Date: Sun, 16 Mar 2014 00:26:22 +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: 40d958dc-c56e-4c1b-9f6f-6763a61f5645 X-Archives-Hash: 49bad1985cd04ccd93d03f0aac268df2 commit: 02f25be754697bd64eb95f4afa5f8fdea968f8c4 Author: Richard Yao gentoo org> AuthorDate: Sat Mar 15 18:35:31 2014 +0000 Commit: Richard Yao gentoo org> CommitDate: Sun Mar 16 00:23:27 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=02f25be7 Include ZFS support when / is ZFS Signed-off-by: Richard Yao gentoo.org> --- gen_determineargs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_determineargs.sh b/gen_determineargs.sh index afc6fe3..e0c9984 100755 --- a/gen_determineargs.sh +++ b/gen_determineargs.sh @@ -124,7 +124,7 @@ determine_real_args() { set_config_with_override BOOL MDADM CMD_MDADM set_config_with_override STRING MDADM_CONFIG CMD_MDADM_CONFIG set_config_with_override BOOL E2FSPROGS CMD_E2FSPROGS "no" - set_config_with_override BOOL ZFS CMD_ZFS + set_config_with_override BOOL ZFS CMD_ZFS "$(rootfs_type_is zfs)" set_config_with_override BOOL VIRTIO CMD_VIRTIO "no" set_config_with_override BOOL MULTIPATH CMD_MULTIPATH set_config_with_override BOOL FIRMWARE CMD_FIRMWARE