diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-05 07:24:01 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-05 07:24:01 +0100 |
commit | 44a6e690dcc0f5582092900a07d764480fc0b7a3 (patch) | |
tree | 42aff777a33c2a7cd1279df1fd1b3961ca7cd92b /config/seabios/default/patches/0003-Print-the-Libreboot-version-in-the-SeaBIOS-menu.patch | |
parent | a2f390af743f18346de69d7008bcf09a2fd71209 (diff) |
Libreboot 25.04 rev2
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/seabios/default/patches/0003-Print-the-Libreboot-version-in-the-SeaBIOS-menu.patch')
-rw-r--r-- | config/seabios/default/patches/0003-Print-the-Libreboot-version-in-the-SeaBIOS-menu.patch | 2 |
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 822da00a..07f88603 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 rev1 (SeaBIOS menu): https://libreboot.org/\n"); ++ printf("Libreboot 25.04 rev2 (SeaBIOS menu): https://libreboot.org/\n"); display_uuid(); } |