summaryrefslogtreecommitdiff
path: root/config/grub/default/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-04-30 12:28:46 +0100
committerLeah Rowe <leah@libreboot.org>2025-04-30 12:28:46 +0100
commitf21749da8b150b783d34f98775c19b021aeeb07c (patch)
treee070c1928132f001948e8b484640c73429057bc0 /config/grub/default/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch
parentbb5f5cd576321bf7d486277886722189064227ac (diff)
Libreboot 25.04 Corny CalamityHEAD25.04master
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/grub/default/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch')
-rw-r--r--config/grub/default/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/grub/default/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch b/config/grub/default/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch
index 933e7dfa..e32ba2ce 100644
--- a/config/grub/default/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch
+++ b/config/grub/default/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 25.04 Corny Calamity (GRUB menu): https://libreboot.org/"));
if (!msg_formatted)
return;