From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 322A81384B4 for ; Wed, 30 Dec 2015 04:38:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B77221C01E; Wed, 30 Dec 2015 04:38:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FA6321C01E for ; Wed, 30 Dec 2015 04:38:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 249873407D0 for ; Wed, 30 Dec 2015 04:38:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6328FCB1 for ; Wed, 30 Dec 2015 04:38:17 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1451450190.c7a2fbef56b808b97135307621dc43b4fe970a44.zerochaos@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/linuxrc X-VCS-Directories: defaults/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: c7a2fbef56b808b97135307621dc43b4fe970a44 X-VCS-Branch: master Date: Wed, 30 Dec 2015 04:38:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 13063b4f-db07-4212-80e6-636fb1c2f69a X-Archives-Hash: 22870edfcbc54c0a6259c1c067f5d4ed commit: c7a2fbef56b808b97135307621dc43b4fe970a44 Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Wed Dec 30 04:36:30 2015 +0000 Commit: Richard Farina gentoo 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}"