From owner-freebsd-current@FreeBSD.ORG Fri Jan 20 16:54:49 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23A63106566B for ; Fri, 20 Jan 2012 16:54:49 +0000 (UTC) (envelope-from joel@vnode.se) Received: from mail.vnode.se (mail.vnode.se [62.119.52.80]) by mx1.freebsd.org (Postfix) with ESMTP id 82E558FC0A for ; Fri, 20 Jan 2012 16:54:48 +0000 (UTC) Received: from mail.vnode.se (localhost [127.0.0.1]) by mail.vnode.se (Postfix) with ESMTP id 52EFEE3F07A; Fri, 20 Jan 2012 17:39:02 +0100 (CET) X-Virus-Scanned: amavisd-new at vnode.se Received: from mail.vnode.se ([127.0.0.1]) by mail.vnode.se (mail.vnode.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FUyfizwZ9U0O; Fri, 20 Jan 2012 17:38:56 +0100 (CET) Received: from goofy01.vnodelab.local (unknown [212.247.52.12]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.vnode.se (Postfix) with ESMTPSA id 8CA3AE3F079; Fri, 20 Jan 2012 17:38:56 +0100 (CET) Date: Fri, 20 Jan 2012 17:38:54 +0100 From: Joel Dahl To: Warren Block Message-ID: <20120120163854.GU11137@goofy01.vnodelab.local> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: current@freebsd.org Subject: Re: Improving the FreeBSD-9 boot menu X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jan 2012 16:54:49 -0000 On 20-01-2012 7:57, Warren Block wrote: > On Tue, 20 Sep 2011, Warren Block wrote: > > > The patch in PR 160818 makes some clarifications and improvements to the new > > boot menu. Obviously this is not for 9.0-RELEASE, just wanting to get it out > > there so people can look at it. > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=160818 > > > > Among other things, the patch removes the word "boot" from options that don't > > actually boot. The options are lined up, and enabled options are drawn in > > reverse video when loader_color=1 is set in /boot/loader.conf. > > Just reminding people about this now that 9.0 is out. It makes what I > feel are genuine usability and readability improvements to the boot > menu. I agree. Definitely an improvement. -- Joel