From 44a6e690dcc0f5582092900a07d764480fc0b7a3 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 5 May 2025 07:24:01 +0100 Subject: Libreboot 25.04 rev2 Signed-off-by: Leah Rowe --- .../default/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/grub/default/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch') 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 5af7ca30..389023cc 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 rev1 (GRUB menu): https://libreboot.org/")); ++ msg_formatted = grub_xasprintf (_("Libreboot 25.04 rev2 (GRUB menu): https://libreboot.org/")); if (!msg_formatted) return; -- cgit v1.2.1