Re: [PATCH] probe: Support probing for msdos PARTUUID

2019-10-02 Thread Daniel Kiper
On Mon, Sep 30, 2019 at 08:27:59AM -0400, Nicholas Vinson wrote: > Extend partition UUID probing support in GRUB core to display pseudo partition > UUIDs for MBR (MSDOS) partitions. > > Signed-off-by: Nicholas Vinson In general "Reviewed-by: Daniel Kiper " but one nit below... > --- > grub-cor

[PATCH] probe: Support probing for msdos PARTUUID

2019-09-30 Thread Nicholas Vinson
Extend partition UUID probing support in GRUB core to display pseudo partition UUIDs for MBR (MSDOS) partitions. Signed-off-by: Nicholas Vinson --- grub-core/commands/probe.c | 43 +- 1 file changed, 29 insertions(+), 14 deletions(-) diff --git a/grub-core/co