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 1STjaI-0008D0-Nr for garchives@archives.gentoo.org; Mon, 14 May 2012 00:56:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30341E064A; Mon, 14 May 2012 00:56:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E11CAE064A for ; Mon, 14 May 2012 00:56:14 +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 2EAAD1B4048 for ; Mon, 14 May 2012 00:56:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DBBACE5429 for ; Mon, 14 May 2012 00:56:12 +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: <1336956920.1ac90970d68e3791355e2f6de707458350f125c5.sping@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_initramfs.sh X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 1ac90970d68e3791355e2f6de707458350f125c5 X-VCS-Branch: master Date: Mon, 14 May 2012 00:56:12 +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: f63fa029-bd97-44d0-b869-424eecb4595b X-Archives-Hash: 756a702e946987f05dd7f354220479e3 commit: 1ac90970d68e3791355e2f6de707458350f125c5 Author: Sebastian Pipping pipping org> AuthorDate: Mon May 14 00:54:30 2012 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Mon May 14 00:55:20 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3D1ac90970 Revert verbosity of internals (a debugging leftover) --- gen_initramfs.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gen_initramfs.sh b/gen_initramfs.sh index fbcdd44..a0a9df2 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 -rfv ${TEMP}/initramfs-lvm-temp/{lib,share,man,include,sbin/{lvm,d= msetup}} + rm -rf ${TEMP}/initramfs-lvm-temp/{lib,share,man,include,sbin/{lvm,dms= etup}} fi if [ -x /sbin/lvm -o -x /bin/lvm ] then