Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/
Date: Wed, 30 Dec 2015 04:38:24
Message-Id: 1451450190.c7a2fbef56b808b97135307621dc43b4fe970a44.zerochaos@gentoo
1 commit: c7a2fbef56b808b97135307621dc43b4fe970a44
2 Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 30 04:36:30 2015 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 04:36:30 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=c7a2fbef
7
8 Revert "run startVolumes after opening luks"
9
10 This reverts commit 33c3c90cce2a242a7d6e45effa48ebbd91f63cff.
11
12 As correctly pointed out by Whissi on bug #390079 users should be using
13 CRYPT_ROOT and REAL_ROOT which work properly, this commit causes a double
14 lvm scan which isn't needed.
15
16 defaults/linuxrc | 3 ---
17 1 file changed, 3 deletions(-)
18
19 diff --git a/defaults/linuxrc b/defaults/linuxrc
20 index 877d845..35f39bc 100644
21 --- a/defaults/linuxrc
22 +++ b/defaults/linuxrc
23 @@ -434,9 +434,6 @@ then
24 fi
25 fi
26
27 -#scan for volumes again in case of lvm inside luks
28 -startVolumes
29 -
30 mkdir -p "${NEW_ROOT}"
31 CHROOT="${NEW_ROOT}"