[PATCH v2] menu: add GRUB_RIGHT_TO_SELECT to toggle select-by-right-arrow-key

2024-11-18 Thread Mingcong Bai
e, as it's consistent with the styling in the TERM_KEY_ESC case below, in how those indentations were written for that if-and-break branch). Co-developed-by: Mag Mell Signed-off-by: Mingcong Bai --- docs/grub.texi | 4 grub-core/normal/menu.c | 23 ++

[PATCH v2] menu: add GRUB_RIGHT_TO_SELECT to toggle select-by-right-arrow-key

2024-11-18 Thread Mingcong Bai
e, as it's consistent with the styling in the TERM_KEY_ESC case below, in how those indentations were written for that if-and-break branch). Co-developed-by: Mag Mell Signed-off-by: Mingcong Bai --- docs/grub.texi | 4 grub-core/normal/menu.c | 23 ++

[PATCH] menu: add GRUB_RIGHT_TO_SELECT to toggle select-by-right-arrow-key

2024-11-15 Thread Mingcong Bai
n the user meant to press the up/down arrow key. Implement an GRUB_RIGHT_TO_SELECT option (boolean) to enable/disable right arrow key for selecting menu items. Co-developed-by: Mag Mell Signed-off-by: Mingcong Bai --- docs/grub.texi | 4 grub-core/normal/me

[PATCH v2] util/grub-mkrescue: use capitalised paths for removable EFI images

2024-06-13 Thread Mingcong Bai
rding to section 3.5.1.1, for some reason) to stay compliant. The Loongson case is only one example of users running into buggy firmware and unbootable GRUB ISO images. Signed-off-by: Mingcong Bai --- util/grub-mkrescue.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(

Re: [PATCH] util/grub-mkrescue: use capitalised paths for removable EFI images

2024-06-13 Thread Mingcong Bai
在 2024-06-12 02:35,Thomas Schmitt via Grub-devel 写道: Hi, Mingcong Bai wrote: While FAT < 32 filesystems are not case sensitive (which grub-mkrescue creates as a FAT12 image via mformat with a size of 2.88MiB), it seems that some of Loongson's LoongArch-based firmware (namely those

[PATCH] util/grub-mkrescue: use capitalised paths for removable EFI images

2024-06-11 Thread Mingcong Bai
rding to section 3.5.1.1, for some reason) to stay compliant. The Loongson case is only one example of users running into buggy firmware and unbootable GRUB ISO images. Signed-off-by: Mingcong Bai --- util/grub-mkrescue.c | 24 1 file changed, 12 insertions(+), 12 d