Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-11-01 10:34:05 +00:00
parent 82bd87fa16
commit 1f1498be74
6 changed files with 24 additions and 12 deletions
+4 -2
View File
@@ -2,8 +2,10 @@ tree="default"
romtype="normal"
arch="x86_64"
payload_grub="n"
payload_seabios_withgrub="n"
payload_grub_withseabios="n"
payload_seabios="y"
payload_seabios_withgrub="y"
payload_memtest="y"
payload_seabios_withgrub="y"
payload_seabios_grubonly="y"
grub_scan_disk="ahci"
microcode_required="n"
+1 -1
View File
@@ -1,5 +1,5 @@
{www}{
rev: f3001eae5724ef38fe512a378148a2d619a0ff24
rev: 6ebb88528e342cae48ee75a6f1bfa1b71002e1c3
loc: www
url: https://codeberg.org/libreboot/lbwww
bkup_url: https://git.disroot.org/libreboot/lbwww
@@ -16,7 +16,7 @@ index bd4431000..31308e16a 100644
grub_term_cls (term);
- msg_formatted = grub_xasprintf (_("GNU GRUB version %s"), PACKAGE_VERSION);
+ msg_formatted = grub_xasprintf (_("Libreboot 20231021 release, based on coreboot. https://libreboot.org/"));
+ msg_formatted = grub_xasprintf (_("Libreboot 20231101 release, based on coreboot. https://libreboot.org/"));
if (!msg_formatted)
return;