The branch main has been updated by imp:

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

commit ef48b2954e240312e489a06435ac66ed12694a7c
Author:     Warner Losh <i...@freebsd.org>
AuthorDate: 2024-10-19 18:53:41 +0000
Commit:     Warner Losh <i...@freebsd.org>
CommitDate: 2024-10-19 18:53:41 +0000

    stand: Fix defaults file
    
    Currently, quotes in a comment lead to mal-formed lines warnings. Remove
    the quotes since it doesn't matter. The underlying bug likely should be
    fixed, but since stability week is neigh, workaround this.
    
    Fixes:                  7df3e400ea687
    Sponsored by:           Netflix
    Reviewed by:            bcran
    Differential Revision:  https://reviews.freebsd.org/D47201
---
 stand/defaults/loader.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stand/defaults/loader.conf b/stand/defaults/loader.conf
index 8678c5c50d4f..d266c240955a 100644
--- a/stand/defaults/loader.conf
+++ b/stand/defaults/loader.conf
@@ -27,7 +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
+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