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
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