2023-10-26 19:11:40 +00:00
|
|
|
From 70f9e72c3ff6381fe3519612de3b649c0cf26b9a Mon Sep 17 00:00:00 2001
|
2023-07-10 00:50:01 +00:00
|
|
|
From: Leah Rowe <leah@libreboot.org>
|
|
|
|
Date: Sat, 19 Nov 2022 16:30:24 +0000
|
2023-10-26 19:11:40 +00:00
|
|
|
Subject: [PATCH 2/3] say the name libreboot, in the grub menu
|
2023-07-10 00:50:01 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
grub-core/normal/main.c | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/grub-core/normal/main.c b/grub-core/normal/main.c
|
2023-10-26 19:11:40 +00:00
|
|
|
index bd4431000..31308e16a 100644
|
2023-07-10 00:50:01 +00:00
|
|
|
--- a/grub-core/normal/main.c
|
|
|
|
+++ b/grub-core/normal/main.c
|
|
|
|
@@ -209,7 +209,7 @@ grub_normal_init_page (struct grub_term_output *term,
|
|
|
|
|
|
|
|
grub_term_cls (term);
|
|
|
|
|
|
|
|
- msg_formatted = grub_xasprintf (_("GNU GRUB version %s"), PACKAGE_VERSION);
|
Canoeboot 20231107 release
changes after libreboot 20231101 were imported,
up to libreboot 20231106, and then to revision:
c4d90087535617d4fb31ca94803f9426010cfec5
i945 and gm45 configs were re-done, and dell e6400
was moved to its own tree with the ddr2 fix moved
there, to prevent breakage on ddr3-based gm45 boards
(look at libreboot 20231106 for more info)
several fixes are present in this canoeboot release,
that were only merged in libreboot *after* the
libreboot 20231106 release, and they are:
* c4d90087 add grub mods: diskfilter,hashsum,loadenv,setjmp
* d0d6decb re-add grub modules: f2fs, json, read, scsi, sleep
* 86608721 nvmutil: print usage
* f12f5c3a nvmutil: fix makefile
the release documentation has also been updated,
pulling down newer cbwww and cbwww-img based on
the new canoeboot 20231107 release announcement
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-11-07 16:29:50 +00:00
|
|
|
+ msg_formatted = grub_xasprintf (_("Canoeboot 20231107 release, based on Libreboot 20231106. https://canoeboot.org/"));
|
2023-07-10 00:50:01 +00:00
|
|
|
if (!msg_formatted)
|
|
|
|
return;
|
|
|
|
|
|
|
|
--
|
2023-10-26 19:11:40 +00:00
|
|
|
2.25.1
|
2023-07-10 00:50:01 +00:00
|
|
|
|