Gentoo Archives: gentoo-genkernel

From: Sebastian Pipping <sping@g.o>
To: gentoo-genkernel@l.g.o
Subject: Re: [gentoo-genkernel] blkid
Date: Sun, 03 Jun 2012 10:41:26
Message-Id: 4FCB3F30.6070008@gentoo.org
In Reply to: Re: [gentoo-genkernel] blkid by Richard Farina
1 On 05/19/2012 07:39 PM, Richard Farina wrote:
2 > I need e2fsck and mke2fs _in_ initramfs for changes saving partition
3 > support on aufs.
4
5 Alright. How about using copy_binaries to copy the tools you need plus
6 all their library dependencies as done in append_blkid():
7
8 http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=blob;f=gen_initramfs.sh;h=f0b63d9f169f43e71b3aaf7f4c9eab93534b1d14;hb=5153192ca2109768336dfa5f891ec6f73e29001a#l130
9
10 Best,
11
12
13
14 Sebastian