From: Richard Yao Date: Tue, 17 Jul 2012 19:57:02 +0000 (-0400) Subject: Fix bad ZFS case statement, bug #425122 X-Git-Tag: v3.4.39~7 X-Git-Url: http://git.tremily.us/?p=genkernel.git;a=commitdiff_plain;h=65249bbcea5fc30fad575e0534f563d5937eab6b Fix bad ZFS case statement, bug #425122 --- diff --git a/defaults/linuxrc b/defaults/linuxrc index 6d156d7..0403b4d 100755 --- a/defaults/linuxrc +++ b/defaults/linuxrc @@ -250,7 +250,7 @@ fi # Set variables based on the value of REAL_ROOT case "${REAL_ROOT}" in - ZFS*) + ZFS=*) ZFS_POOL=${REAL_ROOT#*=} ZFS_POOL=${ZFS_POOL%%/*} USE_ZFS=1