Re: [PATCH v2 0/2] util/grub-install-common: Print usable grub-mkimage command

2023-09-26 Thread Daniel Kiper
On Fri, Sep 22, 2023 at 02:34:16PM -0500, Glenn Washburn wrote: > This fixes an issue where grub-install does not print a grub-mkimage > command, when running in verbose more, that can be run by grub-mkimage. > Specifically, --dtb and --sbat will not take empty strings as arguments. > > changes fro

[PATCH v2 0/2] util/grub-install-common: Print usable grub-mkimage command

2023-09-22 Thread Glenn Washburn
This fixes an issue where grub-install does not print a grub-mkimage command, when running in verbose more, that can be run by grub-mkimage. Specifically, --dtb and --sbat will not take empty strings as arguments. changes from v1: - Split into two patches to make changes more clear, no other code