diff options
author | Richard Yao <ryao@gentoo.org> | 2014-03-15 14:35:31 -0400 |
---|---|---|
committer | Richard Yao <ryao@gentoo.org> | 2014-03-15 20:23:27 -0400 |
commit | 02f25be754697bd64eb95f4afa5f8fdea968f8c4 (patch) | |
tree | 060b154d62366e5a22839e11a9a36d1beccf139d | |
parent | Create rootfs_type_is() helper function (diff) | |
download | genkernel-02f25be754697bd64eb95f4afa5f8fdea968f8c4.tar.gz genkernel-02f25be754697bd64eb95f4afa5f8fdea968f8c4.tar.bz2 genkernel-02f25be754697bd64eb95f4afa5f8fdea968f8c4.zip |
Include ZFS support when / is ZFS
Signed-off-by: Richard Yao <ryao@gentoo.org>
-rwxr-xr-x | gen_determineargs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_determineargs.sh b/gen_determineargs.sh index afc6fe36..e0c99846 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 |