Re: [GRUB PARTUUID PATCH V6 1/4] Centralize guid prints

2018-03-22 Thread Daniel Kiper
On Sun, Mar 18, 2018 at 12:06:00PM -0700, Nicholas Vinson wrote: > Define print_gpt_guid(), so there is a central function for printing > GUID strings. This change is a precursor for later patches which rely > on this logic. > > Signed-off-by: Nicholas Vinson Reviewed-by: Daniel Kiper Daniel

[GRUB PARTUUID PATCH V6 1/4] Centralize guid prints

2018-03-18 Thread Nicholas Vinson
Define print_gpt_guid(), so there is a central function for printing GUID strings. This change is a precursor for later patches which rely on this logic. Signed-off-by: Nicholas Vinson --- util/grub-probe.c | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-)