diff options
author | Leah Rowe <leah@libreboot.org> | 2025-01-06 19:04:02 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-01-06 22:47:14 +0000 |
commit | 3c9f4be76f61c80060b4238eff96ef268272cffb (patch) | |
tree | 22305e7e3db64c89ef9492291d71a5ea111eb892 /config/grub/nvme/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch | |
parent | d4cc94d6b449060db7c2224e584b2e84d04e6d1f (diff) |
Libreboot 20241206, 8th revisionHEAD20241206rev8master
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.patch | 2 |
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 5036a859..259301cc 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 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, 8th revision (GRUB menu): https://libreboot.org/")); if (!msg_formatted) return; |