diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2024-10-14 09:25:57 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2024-10-14 09:27:41 +0000 |
| commit | 7df3e400ea68722b6263cd71937e43a98585eeda (patch) | |
| tree | ca53911172362a51d52bb0b1863107a094eb8a53 /stand | |
| parent | 2cb20681e17d488f13b53b8e061e79101c93cf21 (diff) | |
Diffstat (limited to 'stand')
| -rw-r--r-- | stand/defaults/loader.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
