diff options
| author | Leah Rowe <leah@libreboot.org> | 2025-02-19 22:05:59 +0000 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2025-02-19 22:05:59 +0000 | 
| commit | 68ebde2f033ce662813dbf8f5ab21f160014029f (patch) | |
| tree | 35e02f81375ede384b83299ed8629912b931ba59 /config/grub/nvme/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch | |
| parent | 697afdea43aacf4ccffb4cc41a23496ea6a7667d (diff) | |
Libreboot 20241206rev1020241206rev10
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 fd77218a..3946cbc2 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 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;  | 
