Re: [PATCH v3 05/10] grub-core: Make use of guid printf format specifier

2023-03-08 Thread Daniel Kiper
On Thu, Mar 02, 2023 at 07:20:40PM +0100, Oliver Steffen wrote: > Use the new printf format specifier %pG. > > Fixes the text representation of GUIDs in the output of the lsefisystab > command. > > Signed-off-by: Oliver Steffen Reviewed-by: Daniel Kiper Daniel _

[PATCH v3 05/10] grub-core: Make use of guid printf format specifier

2023-03-02 Thread Oliver Steffen
Use the new printf format specifier %pG. Fixes the text representation of GUIDs in the output of the lsefisystab command. Signed-off-by: Oliver Steffen --- grub-core/commands/efi/lsefi.c | 13 + grub-core/commands/efi/lsefisystab.c | 6 +- grub-core/commands/probe.c