From owner-svn-src-all@FreeBSD.ORG Tue Dec 30 17:35:23 2008 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5081A106566B; Tue, 30 Dec 2008 17:35:23 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 2BB698FC0C; Tue, 30 Dec 2008 17:35:22 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id mBUHZMXc019557; Tue, 30 Dec 2008 09:35:22 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.2/Submit) id mBUHZMji019556; Tue, 30 Dec 2008 09:35:22 -0800 (PST) (envelope-from obrien) Date: Tue, 30 Dec 2008 09:35:22 -0800 From: "David O'Brien" To: "Carlos A. M. dos Santos" Message-ID: <20081230173522.GA19473@dragon.NUXI.org> References: <200812300940.mBU9epuS086194@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: svn-src-head@freebsd.org, Luigi Rizzo , src-committers@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r186598 - head/sys/boot/i386/boot0 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2008 17:35:23 -0000 On Tue, Dec 30, 2008 at 09:40:40AM -0200, Carlos A. M. dos Santos wrote: > On Tue, Dec 30, 2008 at 7:40 AM, Luigi Rizzo wrote: > > Author: luigi > > Date: Tue Dec 30 09:40:50 2008 > > New Revision: 186598 > > URL: http://svn.freebsd.org/changeset/base/186598 > > > ---8<--- > > + Add an entry "F6 PXE" when the code is built with -DPXE (which is > > a default now). Technically, F6 boots through INT18, so the prompt 'PXE' > > is a bit misleading. Unfortunately the name INT18 > > is too long and does not fit in - we could use ROM perhaps. > > The reason I picked 'PXE' is that on many (I believe) new systems > > INT18 calls PXE. > ---8<--- > > I think "PXE" will look a bit cryptic for most users. What about using > "Net", instead? I think PXE is best - its a specfic type of netbooting. Otherwise, one may wonder what type "Net" is. -- -- David (obrien@FreeBSD.org)