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 E26981397EF for ; Thu, 20 Aug 2015 16:14:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 899A6E086C; Thu, 20 Aug 2015 16:14:55 +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 22B32E086C for ; Thu, 20 Aug 2015 16:14:55 +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 0DAEF340712 for ; Thu, 20 Aug 2015 16:14:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 322C913F for ; Thu, 20 Aug 2015 16:14:52 +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: <1440087228.33c3c90cce2a242a7d6e45effa48ebbd91f63cff.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: 33c3c90cce2a242a7d6e45effa48ebbd91f63cff X-VCS-Branch: master Date: Thu, 20 Aug 2015 16:14:52 +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: 3a92d9a7-1644-4b3c-9f4d-10d89aca8573 X-Archives-Hash: c3856cf8ae0ea26ec3adcb3935e73721 commit: 33c3c90cce2a242a7d6e45effa48ebbd91f63cff Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Thu Aug 20 16:13:48 2015 +0000 Commit: Richard Farina gentoo org> CommitDate: Thu Aug 20 16:13:48 2015 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=33c3c90c run startVolumes after opening luks some users put lvm (etc) inside luks containers, which may require rescanning of lvm, btrfs, etc bug #390079 defaults/linuxrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/defaults/linuxrc b/defaults/linuxrc index 35f39bc..877d845 100644 --- a/defaults/linuxrc +++ b/defaults/linuxrc @@ -434,6 +434,9 @@ then fi fi +#scan for volumes again in case of lvm inside luks +startVolumes + mkdir -p "${NEW_ROOT}" CHROOT="${NEW_ROOT}"