summaryrefslogtreecommitdiff
path: root/config/seabios
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-06-30 14:08:48 +0100
committerLeah Rowe <leah@libreboot.org>2025-06-30 14:08:48 +0100
commitc46a71138c77556b103a4a5c85917d5bb5cc915a (patch)
tree50861e081933928383ba5202d47d3b25cbc74816 /config/seabios
parentb1ef562b7677f7238636dcbc76fa53999efdcfbb (diff)
Libreboot 25.06 releaseHEAD25.06master
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/seabios')
-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 acde7f20..c78d6660 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..9eed0b12 100644
// Write to screen.
- printf("SeaBIOS (version %s)\n", VERSION);
-+ printf("Libreboot 25.04 Corny Calamity (SeaBIOS menu): https://libreboot.org/\n");
++ printf("Libreboot 25.06 Luminous Lemon (SeaBIOS menu): https://libreboot.org/\n");
display_uuid();
}