aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2015-12-29 23:36:30 -0500
committerRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2015-12-29 23:36:30 -0500
commitc7a2fbef56b808b97135307621dc43b4fe970a44 (patch)
tree99beb6d516f615e12f7b1ca6a7488d400eb6f590
parentBump to v3.4.52.3. (diff)
downloadgenkernel-c7a2fbef.tar.gz
genkernel-c7a2fbef.tar.bz2
genkernel-c7a2fbef.zip
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.
-rw-r--r--defaults/linuxrc3
1 files changed, 0 insertions, 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}"