summaryrefslogtreecommitdiff
path: root/config/grub/nvme/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-06-30 14:08:48 +0100
committerLeah Rowe <leah@libreboot.org>2025-06-30 14:08:48 +0100
commitc46a71138c77556b103a4a5c85917d5bb5cc915a (patch)
tree50861e081933928383ba5202d47d3b25cbc74816 /config/grub/nvme/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch
parentb1ef562b7677f7238636dcbc76fa53999efdcfbb (diff)
Libreboot 25.06 releaseHEAD25.06master
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/grub/nvme/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch')
-rw-r--r--config/grub/nvme/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/grub/nvme/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch b/config/grub/nvme/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch
index f49c8340..6afb2002 100644
--- a/config/grub/nvme/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch
+++ b/config/grub/nvme/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 Corny Calamity (GRUB menu): https://libreboot.org/"));
++ msg_formatted = grub_xasprintf (_("Libreboot 25.06 Luminous Lemon (GRUB menu): https://libreboot.org/"));
if (!msg_formatted)
return;