diff options
author | Leah Rowe <leah@libreboot.org> | 2025-06-30 14:08:48 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-06-30 14:08:48 +0100 |
commit | c46a71138c77556b103a4a5c85917d5bb5cc915a (patch) | |
tree | 50861e081933928383ba5202d47d3b25cbc74816 /config/grub/default | |
parent | b1ef562b7677f7238636dcbc76fa53999efdcfbb (diff) |
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/grub/default')
-rw-r--r-- | config/grub/default/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch | 2 |
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 e32ba2ce..2e7e3fa1 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 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; |