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 DCE8813877A for ; Mon, 11 Aug 2014 23:11:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ABBEE0DE5; Mon, 11 Aug 2014 23:11:36 +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 2056CE0DE5 for ; Mon, 11 Aug 2014 23:11:36 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE93833D762 for ; Mon, 11 Aug 2014 23:11:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 98F2018815 for ; Mon, 11 Aug 2014 23:11:33 +0000 (UTC) From: "Richard Yao" 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 Yao" Message-ID: <1407798599.00b82d63f72c5999e172117a25dce8424e306f3e.ryao@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: ryao X-VCS-Committer-Name: Richard Yao X-VCS-Revision: 00b82d63f72c5999e172117a25dce8424e306f3e X-VCS-Branch: master Date: Mon, 11 Aug 2014 23:11:33 +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: 04dd6c8a-536a-467c-a0a7-01b0bdd1c0b1 X-Archives-Hash: cb59ae584d78dafe31cc2bcd157d1c4c commit: 00b82d63f72c5999e172117a25dce8424e306f3e Author: Ian Stakenvicius gentoo org> AuthorDate: Tue Jul 29 21:42:10 2014 +0000 Commit: Richard Yao gentoo org> CommitDate: Mon Aug 11 23:09:59 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=00b82d63 Remove mpath_prio_* and devmap_name from cp command, bug #468760 Signed-off-by: Richard Yao gentoo.org> --- gen_initramfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_initramfs.sh b/gen_initramfs.sh index b9ff518..5ddc476 100755 --- a/gen_initramfs.sh +++ b/gen_initramfs.sh @@ -254,7 +254,7 @@ append_multipath(){ # Copy files copy_binaries "${TEMP}/initramfs-multipath-temp" \ /bin/mountpoint \ - /sbin/{multipath,kpartx,mpath_prio_*,devmap_name,dmsetup} \ + /sbin/{multipath,kpartx,dmsetup} \ /{lib,lib64}/{udev/scsi_id,multipath/*so} # Support multipath-tools-0.4.8 and previous