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-01-06 19:04:02 +0000
committerLeah Rowe <leah@libreboot.org>2025-01-06 22:47:14 +0000
commit3c9f4be76f61c80060b4238eff96ef268272cffb (patch)
tree22305e7e3db64c89ef9492291d71a5ea111eb892 /config/grub/default/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch
parentd4cc94d6b449060db7c2224e584b2e84d04e6d1f (diff)
Libreboot 20241206, 8th revisionHEAD20241206rev8master
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 6b0665db..d8c3b33f 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 bd4431000..ff16e0f2e 100644
grub_term_cls (term);
- msg_formatted = grub_xasprintf (_("GNU GRUB version %s"), PACKAGE_VERSION);
-+ msg_formatted = grub_xasprintf (_("Libreboot 20241206 release, based on coreboot. https://libreboot.org/"));
++ msg_formatted = grub_xasprintf (_("Libreboot 20241206, 8th revision (GRUB menu): https://libreboot.org/"));
if (!msg_formatted)
return;