summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-11-19 04:55:46 +0000
committerLeah Rowe <leah@libreboot.org>2024-11-19 04:55:46 +0000
commit709bbebdcf26d6e116ba759e93f089d7a03753f9 (patch)
tree74ad0c0836c25d0f2ca96165828e7c33a949bb7c
parent637c0a1521a03e3f65de85dcc5ffd478b37a5360 (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>
-rw-r--r--config/grub/default/config/payload2
-rw-r--r--config/grub/nvme/config/payload2
-rw-r--r--config/grub/xhci/config/payload2
3 files changed, 3 insertions, 3 deletions
diff --git a/config/grub/default/config/payload b/config/grub/default/config/payload
index bd908bd9..21e12734 100644
--- a/config/grub/default/config/payload
+++ b/config/grub/default/config/payload
@@ -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
}
diff --git a/config/grub/nvme/config/payload b/config/grub/nvme/config/payload
index 5eb34368..50a46c05 100644
--- a/config/grub/nvme/config/payload
+++ b/config/grub/nvme/config/payload
@@ -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
}
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
}