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 88E151381F3 for ; Sun, 14 Jul 2013 14:35:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34BACE0973; Sun, 14 Jul 2013 14:35:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B90CBE0973 for ; Sun, 14 Jul 2013 14:35:25 +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 CFD8033E736 for ; Sun, 14 Jul 2013 14:35:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2FFCAE468F for ; Sun, 14 Jul 2013 14:35:22 +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: <1373812507.b613c3db0590d7e3d1263db701848e387214be25.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: b613c3db0590d7e3d1263db701848e387214be25 X-VCS-Branch: master Date: Sun, 14 Jul 2013 14:35:22 +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: 7d56112c-e1e0-4f3b-99d3-de6ae093f5df X-Archives-Hash: 1ef45174c0cd4c3c1ae5112eb2a9031e commit: b613c3db0590d7e3d1263db701848e387214be25 Author: Richard Yao gentoo org> AuthorDate: Sun Jul 14 14:25:51 2013 +0000 Commit: Richard Yao gentoo org> CommitDate: Sun Jul 14 14:35:07 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=b613c3db Include zdb in initramfs zdb is useful for debugging during early boot. 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 f53f528..3047470 100755 --- a/gen_initramfs.sh +++ b/gen_initramfs.sh @@ -438,7 +438,7 @@ append_zfs(){ done # Copy binaries - copy_binaries "${TEMP}/initramfs-zfs-temp" /sbin/{mount.zfs,zfs,zpool} + copy_binaries "${TEMP}/initramfs-zfs-temp" /sbin/{mount.zfs,zdb,zfs,zpool} cd "${TEMP}/initramfs-zfs-temp/" log_future_cpio_content