Date: Mon, 16 Sep 2013 10:39:54 +0200 From: David Demelier <demelier.david@gmail.com> To: FreeBSD-gnats-submit@freebsd.org Subject: conf/182145: [patch] boot/loader.4th: remove nonsense blue Booting... caption Message-ID: <5236c3e3.48290f0a.6a91.02a3@mx.google.com> Resent-Message-ID: <201309160850.r8G8o0po061570@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5236c3e3.48290f0a.6a91.02a3>
