From owner-cvs-src-old@FreeBSD.ORG Wed Dec 31 20:48:00 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBA8E1065787 for ; Wed, 31 Dec 2008 20:48:00 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 887B68FC16 for ; Wed, 31 Dec 2008 20:48:00 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mBVKm09r073990 for ; Wed, 31 Dec 2008 20:48:00 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mBVKm0iP073986 for cvs-src-old@freebsd.org; Wed, 31 Dec 2008 20:48:00 GMT (envelope-from kensmith@repoman.freebsd.org) Message-Id: <200812312048.mBVKm0iP073986@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kensmith@repoman.freebsd.org using -f From: Ken Smith Date: Wed, 31 Dec 2008 20:47:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2008 20:48:01 -0000 kensmith 2008-12-31 20:47:48 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall menus.c Log: SVN rev 186657 on 2008-12-31 20:47:48Z by kensmith Explicitly tell the users what a "down side" to using the boot manager is, consistently call it the boot manager, and switch the order the options are presented so no boot manager is first in the list (and hence more or less the default). This area will probably be rototilled more before 8.0 comes out. Revision Changes Path 1.437 +11 -8 src/usr.sbin/sysinstall/menus.c