Fix bad ZFS case statement, bug #425122
authorRichard Yao <ryao@cs.stonybrook.edu>
Tue, 17 Jul 2012 19:57:02 +0000 (15:57 -0400)
committerRichard Yao <ryao@cs.stonybrook.edu>
Tue, 17 Jul 2012 20:03:56 +0000 (16:03 -0400)
defaults/linuxrc

index 6d156d78890ee7b28188f49dda58e3f1b34b17fa..0403b4d51b77e3fa9ca12289ec988067c947f49a 100755 (executable)
@@ -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