From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1STixF-0001J7-R4 for garchives@archives.gentoo.org; Mon, 14 May 2012 00:16:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1A15E0824; Mon, 14 May 2012 00:15:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B28E1E0824 for ; Mon, 14 May 2012 00:15:44 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29BC61B4070 for ; Mon, 14 May 2012 00:15:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E8932E5429 for ; Mon, 14 May 2012 00:15:42 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1336954453.9743f8b39c6050746d7ff1949fc98999a847c4f9.sping@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: ChangeLog gen_initramfs.sh X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 9743f8b39c6050746d7ff1949fc98999a847c4f9 X-VCS-Branch: master Date: Mon, 14 May 2012 00:15:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 58a620cc-dfb2-4e84-a536-1ae302af6e6e X-Archives-Hash: 0e7ff0d6fb27afa62d2b25c2c09ebd92 commit: 9743f8b39c6050746d7ff1949fc98999a847c4f9 Author: Sebastian Pipping pipping org> AuthorDate: Mon May 14 00:14:13 2012 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Mon May 14 00:14:13 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3D9743f8b3 Stop removing lvm/dmsetup from the initramfs (bug #415697) --- ChangeLog | 5 +++++ gen_initramfs.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 27a3630..8bff2d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ # Distributed under the GPL v2 # $Id$ =20 + 14 May 2012; Sebastian Pipping gen_initramfs.sh: + Stop removing lvm/dmsetup from the initramfs (bug #415697), reported b= y + I.zaufi, bug introduced in 9f36ecc125bf2c20bd28c0ad513577a858140a77 af= fects + genkernel >=3D3.4.30 + 12 May 2012; Sebastian Pipping arch/x86/kernel-conf= ig, arch/x86_64/kernel-config, defaults/kernel-config: Set CONFIG_DEVTMPFS=3Dy on x86, x86_64, default for udev diff --git a/gen_initramfs.sh b/gen_initramfs.sh index 3739fe6..fbcdd44 100755 --- a/gen_initramfs.sh +++ b/gen_initramfs.sh @@ -292,7 +292,7 @@ append_lvm(){ # See bug 382555 mv ${TEMP}/initramfs-lvm-temp/sbin/dmsetup.static ${TEMP}/initramfs-lv= m-temp/bin/dmsetup || gen_die 'LVM error: Could not move dmsetup.static to dmsetup!' - rm -rf ${TEMP}/initramfs-lvm-temp/{lib,share,man,include,{s,}bin/{lvm= ,dmsetup}} + rm -rfv ${TEMP}/initramfs-lvm-temp/{lib,share,man,include,sbin/{lvm,d= msetup}} fi if [ -x /sbin/lvm -o -x /bin/lvm ] then