From demelier.david@gmail.com  Mon Sep 16 08:40:05 2013
Return-Path: <demelier.david@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id C25685CA
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Sep 2013 08:40:05 +0000 (UTC)
	(envelope-from demelier.david@gmail.com)
Received: from mail-ee0-x231.google.com (mail-ee0-x231.google.com [IPv6:2a00:1450:4013:c00::231])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 5FBB827A4
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Sep 2013 08:40:05 +0000 (UTC)
Received: by mail-ee0-f49.google.com with SMTP id d41so1812539eek.8
        for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Sep 2013 01:40:03 -0700 (PDT)
Received: from Melon (224.66.91.91.rev.sfr.net. [91.91.66.224])
        by mx.google.com with ESMTPSA id r48sm39914283eev.14.1969.12.31.16.00.00
        (version=TLSv1 cipher=RC4-SHA bits=128/128);
        Mon, 16 Sep 2013 01:40:03 -0700 (PDT)
Received: by Melon (sSMTP sendmail emulation); Mon, 16 Sep 2013 10:39:54 +0200
Message-Id: <5236c3e3.48290f0a.6a91.02a3@mx.google.com>
Date: Mon, 16 Sep 2013 10:39:54 +0200
From: David Demelier <demelier.david@gmail.com>
Reply-To: David Demelier <demelier.david@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] boot/loader.4th: remove nonsense blue Booting... caption
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>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
-    ." [37;44mBooting...[0m" cr
-  else
     ." Booting..." cr
-  then
 
   \ Unload only if a path was passed
   dup if
--- loader4.th.diff ends here ---



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