mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
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
This commit is contained in:
parent
2cb20681e1
commit
7df3e400ea
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue