From 68ebde2f033ce662813dbf8f5ab21f160014029f Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 19 Feb 2025 22:05:59 +0000 Subject: Libreboot 20241206rev10 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 149b719d..64a3b644 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 20241206, 8th revision (GRUB menu): https://libreboot.org/")); ++ msg_formatted = grub_xasprintf (_("Libreboot 20241206, 10th revision (GRUB menu): https://libreboot.org/")); if (!msg_formatted) return; -- cgit v1.2.1