commit: c7a2fbef56b808b97135307621dc43b4fe970a44
Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 30 04:36:30 2015 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Dec 30 04:36:30 2015 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=c7a2fbef
Revert "run startVolumes after opening luks"
This reverts commit 33c3c90cce2a242a7d6e45effa48ebbd91f63cff.
As correctly pointed out by Whissi on bug #390079 users should be using
CRYPT_ROOT and REAL_ROOT which work properly, this commit causes a double
lvm scan which isn't needed.
defaults/linuxrc | 3 ---
1 file changed, 3 deletions(-)
diff --git a/defaults/linuxrc b/defaults/linuxrc
index 877d845..35f39bc 100644
--- a/defaults/linuxrc
+++ b/defaults/linuxrc
@@ -434,9 +434,6 @@ then
fi
fi
-#scan for volumes again in case of lvm inside luks
-startVolumes
-
mkdir -p "${NEW_ROOT}"
CHROOT="${NEW_ROOT}"