commit: 8660bd6529394dc38975dd8ef0d6a2a80013ffd2
Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 8 04:53:10 2016 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Nov 8 04:53:10 2016 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=8660bd65
fix for bug #597154
I was unable to boot my zfs system without this and able to boot with
it.
defaults/linuxrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/defaults/linuxrc b/defaults/linuxrc
index df2272b..965d28f 100644
--- a/defaults/linuxrc
+++ b/defaults/linuxrc
@@ -596,7 +596,7 @@ do
got_good_root=0
# Check for a block device or /dev/nfs
- elif [ -b "${REAL_ROOT}" ] || [ "${REAL_ROOT}" = "/dev/nfs" ]
+ elif [ -b "${REAL_ROOT}" ] || [ "${REAL_ROOT}" = "/dev/nfs" ]
|| [ "${ROOTFSTYPE}" = "zfs" ]
then
got_good_root=1