Re: uuid support on grub2 status

2007-03-07 Thread Marco Gerards
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

uuid support on grub2 status

2007-03-07 Thread adrian15
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.