Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2024 18:53:40 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ef48b2954e24 - main - stand: Fix defaults file
Message-ID:  <202410191853.49JIre10033416@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

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

commit ef48b2954e240312e489a06435ac66ed12694a7c
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-10-19 18:53:41 +0000
Commit:     Warner Losh <imp@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410191853.49JIre10033416>