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-05-05 07:24:01 +0100
committerLeah Rowe <leah@libreboot.org>2025-05-05 07:24:01 +0100
commit44a6e690dcc0f5582092900a07d764480fc0b7a3 (patch)
tree42aff777a33c2a7cd1279df1fd1b3961ca7cd92b /config/grub/xhci/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch
parenta2f390af743f18346de69d7008bcf09a2fd71209 (diff)
Libreboot 25.04 rev2
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 1e55067e..3612aa19 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 25.04 rev1 (GRUB menu): https://libreboot.org/"));
++ msg_formatted = grub_xasprintf (_("Libreboot 25.04 rev2 (GRUB menu): https://libreboot.org/"));
if (!msg_formatted)
return;