projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de4751a
)
Fix bad ZFS case statement, bug #425122
author
Richard Yao
<ryao@cs.stonybrook.edu>
Tue, 17 Jul 2012 19:57:02 +0000
(15:57 -0400)
committer
Richard Yao
<ryao@cs.stonybrook.edu>
Tue, 17 Jul 2012 20:03:56 +0000
(16:03 -0400)
defaults/linuxrc
patch
|
blob
|
history
diff --git
a/defaults/linuxrc
b/defaults/linuxrc
index 6d156d78890ee7b28188f49dda58e3f1b34b17fa..0403b4d51b77e3fa9ca12289ec988067c947f49a 100755
(executable)
--- 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