mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
make the u-boot grub menuentry more useful
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
|
||||
if [ -f (cbfsdisk)/img/u-boot ]; then
|
||||
menuentry 'Highly experimental U-Boot payload [u]' --hotkey='u' {
|
||||
menuentry 'Experimental U-Boot UEFI payload (try from SeaBIOS ESC menu if GRUB fails) [u]' --hotkey='u' {
|
||||
set root='cbfsdisk'
|
||||
chainloader /img/u-boot
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user