Re: [GRUB PARTUUID PATCH V3 0/5] Add PARTUUID detection support

2017-05-08 Thread Nick Vinson
I would like to remind grub-devel of this patch set. Since the last time I submitted this, Flex-2.6.4 has been released, so Part 1 of this patch set can now be dropped. Part 5 is optional and can be removed if the development team does not approve of its changes. Finally, this is the version

Re: [PATCH] * grub-core/fs/udf.c: Add support for UUID

2017-05-08 Thread Pali Rohár
On Monday 08 May 2017 15:13:28 Vladimir 'phcoder' Serbinenko wrote: > On Mon, Apr 10, 2017, 23:17 Pali Rohár wrote: > > char *outbuf, int normalize_utf8) > > Normalize isn't the right word. And it's not utf-8 but latin1 (called > compressed utf-16 by udf docs). Without

Re: [PATCH] * grub-core/fs/udf.c: Add support for UUID

2017-05-08 Thread Vladimir 'phcoder' Serbinenko
On Mon, Apr 10, 2017, 23:17 Pali Rohár wrote: > Use same algorithm as in libblkid from util-linux. > --- > grub-core/fs/udf.c | 136 > ++-- > 1 file changed, 131 insertions(+), 5 deletions(-) > > diff --git

Re: [PATCH] * grub-core/fs/udf.c: Add support for UUID

2017-05-08 Thread Pali Rohár
Gentle PING for this patch! On Wednesday 19 April 2017 19:48:39 Pali Rohár wrote: > Hi! I would like to remind this patch. It allows to use UUID of UDF > partition in grub2. Linux tool blkid is already able to handle it, so it > is possible to specify UUID of UDF partition in /etc/fstab. > > UDF