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 1QpkRl-0003cI-OU for garchives@archives.gentoo.org; Sat, 06 Aug 2011 17:14:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADA7121C0C9; Sat, 6 Aug 2011 17:13:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7FE7421C0C9 for ; Sat, 6 Aug 2011 17:13:53 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9AEB1B402A for ; Sat, 6 Aug 2011 17:13:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1381B80040 for ; Sat, 6 Aug 2011 17:13:52 +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: <691d7aad4d1d2b3a10ec0f13a4ee9bd10cc30249.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: 691d7aad4d1d2b3a10ec0f13a4ee9bd10cc30249 Date: Sat, 6 Aug 2011 17:13: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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: bf00d5d021ddb7111867b2b69b7df54b commit: 691d7aad4d1d2b3a10ec0f13a4ee9bd10cc30249 Author: Sebastian Pipping pipping org> AuthorDate: Sat Aug 6 17:13:11 2011 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Aug 6 17:13:11 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3D691d7aad No longer copy /lib/libsysfs*so* for multipath-tools (bug #300841, bug #3= 77709) --- ChangeLog | 4 ++++ gen_initramfs.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index a758762..0738649 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ # Distributed under the GPL v2 # $Id$ =20 + 06 Aug 2011; Sebastian Pipping gen_initramfs.sh: + No longer copy /lib/libsysfs*so* for multipath-tools (bug #300841, bug + #377709) + 31 Jul 2011; Sebastian Pipping -patches/busybox/1.7.4/1.7.4-ash-timeout.diff, -patches/busybox/1.7.4/1.7.4-mdstart.diff, diff --git a/gen_initramfs.sh b/gen_initramfs.sh index 7fe4421..5c47fd7 100755 --- a/gen_initramfs.sh +++ b/gen_initramfs.sh @@ -148,7 +148,7 @@ append_multipath(){ mkdir -p "${TEMP}/initramfs-multipath-temp/lib/" =20 # Copy files to /lib - for i in /lib/{ld-*,libc-*,libc.*,libdl-*,libdl.*,libsysfs*so*,libdevma= pper*so*,libpthread*,librt*,libreadline*,libncurses*} + for i in /lib/{ld-*,libc-*,libc.*,libdl-*,libdl.*,libdevmapper*so*,libp= thread*,librt*,libreadline*,libncurses*} do cp -a "${i}" "${TEMP}/initramfs-multipath-temp/lib" \ || gen_die "Could not copy file ${i} for MULTIPATH"