From owner-freebsd-current@FreeBSD.ORG Wed Sep 28 16:33:00 2011 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 43356106566C for ; Wed, 28 Sep 2011 16:33:00 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 0302E8FC16 for ; Wed, 28 Sep 2011 16:32:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; q=dns/txt; s=DKIM-NAME-SERVICES; d=a1poweruser.com; h=From:To:Cc:Subject:Message-ID:X-Sender:X-Envelope-From; l=500; bh=HsQ6EzOPYOjyOna4ocQCFhEyNmEshFVfoM7Bhy/e/r8=; b=fTLH7UCN5kzn5so3ykpd9FbRhypTF7YB8kCZJXpFcbV1Ep+eBc/M3zwlVBffaDe55fG73aepzYGiExag1wCPU5ItJIVO+Z9Q8KJkOL8NfAOx4TwWpJsuS9eXaXStZJNfXYsW1soFEyz7R4hnVAnWOAKNF9ZHRfu1mBDo8UmQHik= Received: from [192.168.1.64] ([76.240.47.196]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 28 Sep 2011 09:15:58 -0700 Message-ID: <4E83483B.7020408@a1poweruser.com> Date: Wed, 28 Sep 2011 12:15:55 -0400 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Warren Block References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 28 Sep 2011 16:15:58.0933 (UTC) FILETIME=[E8955050:01CC7DF9] X-Sender: fbsd8@a1poweruser.com X-Envelope-From: fbsd8*a1poweruser.com 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: Wed, 28 Sep 2011 16:33:00 -0000 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. > > I just installed 9.0 beta 3 and it looks like your patch has not been committed yet.