The branch main has been updated by manu:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=7df3e400ea68722b6263cd71937e43a98585eeda

commit 7df3e400ea68722b6263cd71937e43a98585eeda
Author:     Emmanuel Vadot <m...@freebsd.org>
AuthorDate: 2024-10-14 09:25:57 +0000
Commit:     Emmanuel Vadot <m...@freebsd.org>
CommitDate: 2024-10-14 09:27:41 +0000

    loader: default: Add a default splash screen
    
    Setting boot_mute="YES" currently use the in-kernel black and white logo.
    Instead default to the color png one.
    
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
---
 stand/defaults/loader.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/stand/defaults/loader.conf b/stand/defaults/loader.conf
index c3de7cdfb74b..8678c5c50d4f 100644
--- a/stand/defaults/loader.conf
+++ b/stand/defaults/loader.conf
@@ -27,6 +27,7 @@ vesa_load="NO"                        # Set this to YES to 
load the vesa module
 bitmap_load="NO"               # Set this to YES if you want splash screen!
 bitmap_name="splash.bmp"       # Set this to the name of the file
 bitmap_type="splash_image_data" # and place it on the module_path
+splash="/boot/images/freebsd-logo-rev.png"  # Set boot_mute="YES" to load it
 
 ###  Screen saver modules  ###################################
 # This is best done in rc.conf

Reply via email to