summaryrefslogtreecommitdiff
path: root/config/seabios/default
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-04-30 12:28:46 +0100
committerLeah Rowe <leah@libreboot.org>2025-04-30 12:28:46 +0100
commitf21749da8b150b783d34f98775c19b021aeeb07c (patch)
treee070c1928132f001948e8b484640c73429057bc0 /config/seabios/default
parentbb5f5cd576321bf7d486277886722189064227ac (diff)
Libreboot 25.04 Corny CalamityHEAD25.04master
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/seabios/default')
-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 e36b5d2c..edc4315f 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..f18d41c7 100644
// Write to screen.
- printf("SeaBIOS (version %s)\n", VERSION);
-+ printf("Libreboot 20241206, 8th revision (SeaBIOS menu): https://libreboot.org/\n");
++ printf("Libreboot 25.04 Corny Calamity (SeaBIOS menu): https://libreboot.org/\n");
display_uuid();
}