Gentoo Archives: gentoo-genkernel

From: Richard Farina <sidhayn@×××××.com>
To: gentoo-genkernel@l.g.o
Subject: Re: [gentoo-genkernel] blkid
Date: Sat, 19 May 2012 17:39:15
Message-Id: 4FB7DABD.2000308@gmail.com
In Reply to: Re: [gentoo-genkernel] blkid by Sebastian Pipping
1 On 05/19/12 11:49, Sebastian Pipping wrote:
2 > Hello Richard,
3 >
4 >
5 >
6 > On 05/19/2012 05:33 PM, Richard Farina wrote:
7 >> Why was blkid removed from 3.4.32->3.4.33.1 ?
8 >
9 > It wasn't actually removed, it was replaced by blkid of util-linux.
10 > Does that answer the question already?
11
12 Ahh, my mistake, that's why I missed it, I was only really concerned
13 with the loss of e2fsprogs
14 >
15 > It was a mix of reasons:
16 >
17 > - Someone wanted nilfs recognition which blkid of util-linux has more
18 > than that of e2fsprogs
19 > https://bugs.gentoo.org/show_bug.cgi?id=390635
20 >
21 > - The version of util-linux seemed superior to the one from e2fsprogs
22 > https://blog.hartwork.org/?p=1739
23 >
24 > - The new copy_binaries function allows us to use non-static binaries
25 > where it makes sense
26 >
27 > - It made future maintenance of genkernel a bit easier
28 >
29 >
30 >> Not that I care specifically about blkid but my aufs patches which I was
31 >> about to submit need e2fsprogs
32 >
33 > What do they need it for? Is it needed _in_ the initramfs?
34 >
35 I need e2fsck and mke2fs _in_ initramfs for changes saving partition
36 support on aufs. This is my patch which applies cleanly against 3.4.32
37 (which by the way doesn't work at all, something about /sbin/mingetty
38 missing but I'm sure you already fixed that):
39
40 https://code.google.com/p/pentoo/source/browse/portage/trunk/sys-kernel/genkernel/files/aufs-changes-e2fsprogs-2.diff
41
42 If util-linux has e2fsck and mke2fs I'd be happy to make the needed
43 changes, but I don't see anything usable when I qlist util-linux.
44
45 Please let me know how you would prefer I proceed (just don't suggest
46 that I break the aufs stuff up because I'm far more likely to break it
47 than submit working chunks of code.).
48
49 thanks,
50 Zero
51 > Best,
52 >
53 >
54 >
55 > Sebastian
56 >
57 >

Replies

Subject Author
Re: [gentoo-genkernel] blkid Richard Farina <sidhayn@×××××.com>
Re: [gentoo-genkernel] blkid Sebastian Pipping <sping@g.o>