>Number:         182145
>Category:       conf
>Synopsis:       [patch] boot/loader.4th: remove nonsense blue Booting... 
>caption
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 16 08:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     David Demelier
>Release:        FreeBSD 9.2-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD Melon 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #6 r254536M: Sun 
Sep 15 23:39:35 CEST 2013 root@Melon:/usr/obj/usr/src/sys/Melon amd64

>Description:
Someone added a blue caption "Booting..." to the boot loader just before the
kernel starts if the user did add loader_color="YES" in its loader.conf.

This small caption is ugly and does not make sense at all, the boot loader
outputs text white on black, the kernel does the same and this caption is
blue...

I would also remove this caption totally IMHO
>How-To-Repeat:
Boot FreeBSD >= 9.2
>Fix:

--- loader4.th.diff begins here ---
--- sys/boot/forth/loader.4th.orig      2013-09-16 00:05:32.000000000 +0200
+++ sys/boot/forth/loader.4th   2013-09-16 00:06:16.000000000 +0200
@@ -71,11 +71,7 @@
 : boot
   0= if ( interpreted ) get_arguments then
 
-  loader_color? if
-    ." Booting..." cr
-  else
     ." Booting..." cr
-  then
 
   \ Unload only if a path was passed
   dup if
--- loader4.th.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to