Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2011 09:18:10 GMT
From:      Manolis Kiagias <manolis@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   conf/162608: [patch] /boot/defaults/loader.conf does not list new orb, orbbw logos on 9.0-RC2
Message-ID:  <201111160918.pAG9IAuD066732@red.freebsd.org>
Resent-Message-ID: <201111160920.pAG9K95A019877@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         162608
>Category:       conf
>Synopsis:       [patch] /boot/defaults/loader.conf does not list new orb, orbbw logos on 9.0-RC2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 16 09:20:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Manolis Kiagias
>Release:        9.0-RC2
>Organization:
>Environment:
>Description:
The loader_logo line in /etc/defaults/loader.conf lists the following as possible logos: fbsdbw, beastiebw, beastie, none. The new orbbw and orb logos are missing. Even more, the commented out entry seems to indicate that fbsdbw is the default (loader_logo="fbsdbw") while the new default is orbbw.
>How-To-Repeat:
grep loader_logo /boot/defaults/loader.conf
>Fix:
Apply the following patch to /boot/defaults/loader.conf

Patch attached with submission follows:

--- loader.conf	2011-11-12 16:00:53.000000000 +0200
+++ /boot/defaults/loader.conf	2011-11-16 11:04:11.000000000 +0200
@@ -47,7 +47,7 @@
 				# escape to the loader prompt, set to
 				# "NO" to disable autobooting
 #beastie_disable="NO"		# Turn the beastie boot menu on and off
-#loader_logo="fbsdbw"		# Desired logo: fbsdbw, beastiebw, beastie, none
+#loader_logo="orbbw"		# Desired logo: orbbw, orb, fbsdbw, beastiebw, beastie, none
 #comconsole_speed="9600"	# Set the current serial console speed
 #console="vidconsole"		# A comma separated list of console(s)
 #currdev="disk1s1a"		# Set the current device


>Release-Note:
>Audit-Trail:
>Unformatted:



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