commit: 02f25be754697bd64eb95f4afa5f8fdea968f8c4
Author: Richard Yao <ryao <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 15 18:35:31 2014 +0000
Commit: Richard Yao <ryao <AT> gentoo <DOT> 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 <ryao <AT> 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