diff options
author | 2015-12-29 23:36:30 -0500 | |
---|---|---|
committer | 2015-12-29 23:36:30 -0500 | |
commit | c7a2fbef56b808b97135307621dc43b4fe970a44 (patch) | |
tree | 99beb6d516f615e12f7b1ca6a7488d400eb6f590 | |
parent | Bump to v3.4.52.3. (diff) | |
download | genkernel-c7a2fbef56b808b97135307621dc43b4fe970a44.tar.gz genkernel-c7a2fbef56b808b97135307621dc43b4fe970a44.tar.bz2 genkernel-c7a2fbef56b808b97135307621dc43b4fe970a44.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/linuxrc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/defaults/linuxrc b/defaults/linuxrc index 877d845b..35f39bc5 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}" |