summaryrefslogtreecommitdiff
path: root/config/grub/xhci/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-02-19 22:05:59 +0000
committerLeah Rowe <leah@libreboot.org>2025-02-19 22:05:59 +0000
commit68ebde2f033ce662813dbf8f5ab21f160014029f (patch)
tree35e02f81375ede384b83299ed8629912b931ba59 /config/grub/xhci/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch
parent697afdea43aacf4ccffb4cc41a23496ea6a7667d (diff)
Libreboot 20241206rev1020241206rev1020241206_branch
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/grub/xhci/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch')
-rw-r--r--config/grub/xhci/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/grub/xhci/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch b/config/grub/xhci/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch
index 74970882..a69a5780 100644
--- a/config/grub/xhci/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch
+++ b/config/grub/xhci/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch
@@ -16,7 +16,7 @@ index 04d058f55..b1cc8f236 100644
grub_term_cls (term);
- msg_formatted = grub_xasprintf (_("GNU GRUB version %s"), PACKAGE_VERSION);
-+ msg_formatted = grub_xasprintf (_("Libreboot 20241206, 8th revision (GRUB menu): https://libreboot.org/"));
++ msg_formatted = grub_xasprintf (_("Libreboot 20241206, 10th revision (GRUB menu): https://libreboot.org/"));
if (!msg_formatted)
return;