Gentoo Archives: gentoo-commits

From: Richard Yao <ryao@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:ryao commit in: /
Date: Wed, 02 Oct 2013 12:43:39
Message-Id: 1373811951.8fe9c58c7d7bb203cbf11b0e340be7ac7c4da056.ryao@gentoo
1 commit: 8fe9c58c7d7bb203cbf11b0e340be7ac7c4da056
2 Author: Richard Yao <ryao <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 14 14:25:51 2013 +0000
4 Commit: Richard Yao <ryao <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 14 14:25:51 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=8fe9c58c
7
8 Include zdb in initramfs
9
10 zdb is useful for debugging during early boot.
11
12 Signed-off-by: Richard Yao <ryao <AT> gentoo.org>
13
14 ---
15 gen_initramfs.sh | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/gen_initramfs.sh b/gen_initramfs.sh
19 index f53f528..3047470 100755
20 --- a/gen_initramfs.sh
21 +++ b/gen_initramfs.sh
22 @@ -438,7 +438,7 @@ append_zfs(){
23 done
24
25 # Copy binaries
26 - copy_binaries "${TEMP}/initramfs-zfs-temp" /sbin/{mount.zfs,zfs,zpool}
27 + copy_binaries "${TEMP}/initramfs-zfs-temp" /sbin/{mount.zfs,zdb,zfs,zpool}
28
29 cd "${TEMP}/initramfs-zfs-temp/"
30 log_future_cpio_content