From 4bc6ca545e792bb70d19cae519872430e1a07c7b Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 19 Nov 2024 10:56:54 +0000 Subject: fix U-Boot hotkey mention in grub.cfg it's u, not b, for the U-Boot hotkey Signed-off-by: Leah Rowe --- config/grub/xhci/config/payload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/grub/xhci') diff --git a/config/grub/xhci/config/payload b/config/grub/xhci/config/payload index ee31a245..4093edee 100644 --- a/config/grub/xhci/config/payload +++ b/config/grub/xhci/config/payload @@ -236,7 +236,7 @@ menuentry 'Load test configuration (grubtest.cfg) in CBFS [t]' --hotkey='t' { } fi if [ -f (cbfsdisk)/img/u-boot ]; then -menuentry 'Highly experimental U-Boot payload [b]' --hotkey='u' { +menuentry 'Highly experimental U-Boot payload [u]' --hotkey='u' { set root='cbfsdisk' chainloader /img/u-boot } -- cgit v1.2.1