diff options
author | Leah Rowe <leah@libreboot.org> | 2024-11-19 04:55:46 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-11-19 04:55:46 +0000 |
commit | 709bbebdcf26d6e116ba759e93f089d7a03753f9 (patch) | |
tree | 74ad0c0836c25d0f2ca96165828e7c33a949bb7c /config/grub/xhci | |
parent | 637c0a1521a03e3f65de85dcc5ffd478b37a5360 (diff) |
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>
Diffstat (limited to 'config/grub/xhci')
-rw-r--r-- | config/grub/xhci/config/payload | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/grub/xhci/config/payload b/config/grub/xhci/config/payload index 75d932ed..ee31a245 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 'Load U-Boot (payload) [b]' --hotkey='u' { +menuentry 'Highly experimental U-Boot payload [b]' --hotkey='u' { set root='cbfsdisk' chainloader /img/u-boot } |