adrian15 <[EMAIL PROTECTED]> writes:
hi,
> I am intereested on reading uuid from ext2 partitions. I've been
> searching on grub2 source code and I suppose it is very similar to the
> fs->label function (or whatever it is), maybe only a transformation
> from binary UUID to ascii UUID is the only c
Hi,
I am intereested on reading uuid from ext2 partitions. I've been
searching on grub2 source code and I suppose it is very similar to the
fs->label function (or whatever it is), maybe only a transformation from
binary UUID to ascii UUID is the only complicated thing to add.