summaryrefslogtreecommitdiff
path: root/config/seabios/default/patches
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-02-19 22:05:59 +0000
committerLeah Rowe <leah@libreboot.org>2025-02-19 22:05:59 +0000
commit68ebde2f033ce662813dbf8f5ab21f160014029f (patch)
tree35e02f81375ede384b83299ed8629912b931ba59 /config/seabios/default/patches
parent697afdea43aacf4ccffb4cc41a23496ea6a7667d (diff)
Libreboot 20241206rev1020241206rev1020241206_branch
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/seabios/default/patches')
-rw-r--r--config/seabios/default/patches/0003-Print-the-Libreboot-version-in-the-SeaBIOS-menu.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/seabios/default/patches/0003-Print-the-Libreboot-version-in-the-SeaBIOS-menu.patch b/config/seabios/default/patches/0003-Print-the-Libreboot-version-in-the-SeaBIOS-menu.patch
index 5cf60763..b58fb9de 100644
--- a/config/seabios/default/patches/0003-Print-the-Libreboot-version-in-the-SeaBIOS-menu.patch
+++ b/config/seabios/default/patches/0003-Print-the-Libreboot-version-in-the-SeaBIOS-menu.patch
@@ -17,7 +17,7 @@ index 538b316d..8746098c 100644
// Write to screen.
- printf("SeaBIOS (version %s)\n", VERSION);
-+ printf("Libreboot 20241206, 8th revision (SeaBIOS menu): https://libreboot.org/\n");
++ printf("Libreboot 20241206, 10th revision (SeaBIOS menu): https://libreboot.org/\n");
display_uuid();
}