From owner-freebsd-questions@FreeBSD.ORG Tue Dec 16 07:14:53 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2484F2 for ; Tue, 16 Dec 2014 07:14:53 +0000 (UTC) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6947B157 for ; Tue, 16 Dec 2014 07:14:53 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id ex7so11228878wid.9 for ; Mon, 15 Dec 2014 23:14:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=pKYmmCbXvLz6/EWCitT1FXhPer4ZzWROKjzftKbWCcU=; b=P41CKNRB5Nmn074Vx1myvMa9VvWa2d3RMrZFFY5eTdl7Kikt3h8tmqzjRVGBr8BpQE MCv740CDy5i8O+AQgXFkMNhiM09wsMpQ/bE7J/IFEMsj+nisun0xabRFhyI6djk424tv NKlftqnoEWIkdh8xP4jz5HJH5l4h9fXaJ/hPvbKepgSXZHLfwxgyQ76/Yu4jRonoiWV6 +muOgX3PVie8twfAfAlhVf3iRZUEllF5pl31fC9awq90pxPB1CdrPKPz082s8Mm5zRiQ /VujOTDl8Lef6yLvZIgnEalrPHMgfq0KHX1p0quZO9kTpUtfJTP8gy8icil36xuGobww /AEQ== MIME-Version: 1.0 X-Received: by 10.180.101.200 with SMTP id fi8mr2018945wib.77.1418714091738; Mon, 15 Dec 2014 23:14:51 -0800 (PST) Received: by 10.194.85.43 with HTTP; Mon, 15 Dec 2014 23:14:51 -0800 (PST) Date: Tue, 16 Dec 2014 08:14:51 +0100 Message-ID: Subject: booting in blue From: Luca Ferrari To: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2014 07:14:53 -0000 Hi all, I just installed a fresh 10.1-release and noted that the "Booting..." message is now on a blue background. Apparently this has been reported as a bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=182145 I was instead wondering if FreeBSD has applied the same schema used by OpenBSD: the kernel messages have a different background. This helps a lot understanding what is going on in the console, and is in my opinion, a better way than using a bold white for the kernel messages. Now the question is: is there a configuration tunable for turning on blue all the kernel messages as the initial booting message? I mean something simpler than having to tune options and recompile the kernel (https://forums.freebsd.org/threads/boot-and-kernel-message-background-and-color.33196/). Thanks, Luca