grub.cfg: mark U-Boot as experimental in the menu
it's important that we maintain realistic expectations. x86 u-boot is not yet fully stable, so mark it as such. Signed-off-by: Leah Rowe <leah@libreboot.org>master
parent
637c0a1521
commit
709bbebdcf
|
@ -217,7 +217,7 @@ menuentry 'Load test configuration (grubtest.cfg) inside of CBFS [t]' --hotkey=
|
|||
}
|
||||
fi
|
||||
if [ -f (cbfsdisk)/img/u-boot ]; then
|
||||
menuentry 'Load U-Boot (payload) [b]' --hotkey='u' {
|
||||
menuentry 'Highly experimental U-Boot payload [b]' --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 'Load U-Boot (payload) [b]' --hotkey='u' {
|
||||
menuentry 'Highly experimental U-Boot payload [b]' --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 'Load U-Boot (payload) [b]' --hotkey='u' {
|
||||
menuentry 'Highly experimental U-Boot payload [b]' --hotkey='u' {
|
||||
set root='cbfsdisk'
|
||||
chainloader /img/u-boot
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue