Re: [klibc] Exporting which partitions to md-configure

2006-01-30 Thread Kyle Moffett
On Jan 30, 2006, at 22:24, Greg KH wrote: Oh, an example of it working: # vol_id /dev/sda3 ID_FS_USAGE=filesystem ID_FS_TYPE=ext3 ID_FS_VERSION=1.0 ID_FS_UUID=9d2efd53-6b5a-4f84-86cc-def71269b7ca ID_FS_LABEL= ID_FS_LABEL_SAFE= # vol_

Re: [klibc] Exporting which partitions to md-configure

2006-01-30 Thread H. Peter Anvin
Greg KH wrote: What are you looking for exactly? udev has a great helper program, volume_id, that identifies any type of filesystem that Linux knows about (it was based on the ext2 lib code, but smaller, and much more sane, and works better.) Would that help out here? It might, but it's als

Re: [klibc] Exporting which partitions to md-configure

2006-01-30 Thread Greg KH
On Mon, Jan 30, 2006 at 07:21:33PM -0800, Greg KH wrote: > On Mon, Jan 30, 2006 at 04:52:08PM -0800, H. Peter Anvin wrote: > > I'm putting the final touches on kinit, which is the user-space > > replacement (based on klibc) for the whole in-kernel root-mount complex. > > Pretty much the one thi

Re: [klibc] Exporting which partitions to md-configure

2006-01-30 Thread Greg KH
On Mon, Jan 30, 2006 at 04:52:08PM -0800, H. Peter Anvin wrote: > I'm putting the final touches on kinit, which is the user-space > replacement (based on klibc) for the whole in-kernel root-mount complex. > Pretty much the one thing remaining -- other than lots of testing -- > is to handle aut