diff options
author | Leah Rowe <leah@libreboot.org> | 2025-01-06 19:04:02 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-01-06 21:45:21 +0000 |
commit | 1a4c8b578c74ae34f54bcae330653ede9927d9de (patch) | |
tree | 1f4e621e7fd355e870c89dc35be7735c0f202ef4 /config/grub/xhci/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch | |
parent | d4cc94d6b449060db7c2224e584b2e84d04e6d1f (diff) |
Libreboot 20241206, 8th revision
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.patch | 2 |
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 c6da216d..1a864ebb 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 bd4431000..ff16e0f2e 100644 grub_term_cls (term); - msg_formatted = grub_xasprintf (_("GNU GRUB version %s"), PACKAGE_VERSION); -+ msg_formatted = grub_xasprintf (_("Libreboot 20241206 release, based on coreboot. https://libreboot.org/")); ++ msg_formatted = grub_xasprintf (_("Libreboot 20241206 release, 8th revision (GRUB payload) - https://libreboot.org/")); if (!msg_formatted) return; |