mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 23:08:49 +02:00
fix U-Boot hotkey mention in grub.cfg
it's u, not b, for the U-Boot hotkey Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -217,7 +217,7 @@ menuentry 'Load test configuration (grubtest.cfg) inside of CBFS [t]' --hotkey=
|
|||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
if [ -f (cbfsdisk)/img/u-boot ]; then
|
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'
|
set root='cbfsdisk'
|
||||||
chainloader /img/u-boot
|
chainloader /img/u-boot
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -235,7 +235,7 @@ menuentry 'Load test configuration (grubtest.cfg) inside of CBFS [t]' --hotkey=
|
|||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
if [ -f (cbfsdisk)/img/u-boot ]; then
|
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'
|
set root='cbfsdisk'
|
||||||
chainloader /img/u-boot
|
chainloader /img/u-boot
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -236,7 +236,7 @@ menuentry 'Load test configuration (grubtest.cfg) in CBFS [t]' --hotkey='t' {
|
|||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
if [ -f (cbfsdisk)/img/u-boot ]; then
|
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'
|
set root='cbfsdisk'
|
||||||
chainloader /img/u-boot
|
chainloader /img/u-boot
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user