make the u-boot grub menuentry more useful
Signed-off-by: Leah Rowe <leah@libreboot.org>master
parent
0a90386ddb
commit
6ff2a65a7c
|
@ -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
|
||||
}
|
||||
|
|
|
@ -235,7 +235,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
|
||||
}
|
||||
|
|
|
@ -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 [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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue