From owner-freebsd-hackers@FreeBSD.ORG Mon May 1 13:03:57 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFE4C16A403; Mon, 1 May 2006 13:03:57 +0000 (UTC) (envelope-from dl@leo.org) Received: from post.leo.org (toler.leo.org [83.220.155.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 287C143D4C; Mon, 1 May 2006 13:03:56 +0000 (GMT) (envelope-from dl@leo.org) Received: by post.leo.org (Postfix, from userid 1000) id A5F171940CA; Mon, 1 May 2006 15:03:54 +0200 (CEST) Date: Mon, 1 May 2006 15:03:54 +0200 From: Daniel Lang To: Alex Zbyslaw Message-ID: <20060501130354.GA17701@toler.leo.org> References: <445581DE.50901@centtech.com> <20060501052755.GA88897@gothmog.pc> <4455D576.2020000@dial.pipex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4455D576.2020000@dial.pipex.com> X-Geek: GCS/CC d-- s: a C++$ UBS++++$ P+++$ L- E-(---) W+++(--) N++ o K w--- O? M? V? PS+(++) PE--(+) Y+ PGP+ t++ 5+++ X R+(-) tv+ b+ DI++ D++ G++ e+++ h---(-) r+++ y+++ User-Agent: Mutt/1.5.9i Cc: freebsd-hackers@freebsd.org, Giorgos Keramidas Subject: Re: Boot manager beep (revisited) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2006 13:03:57 -0000 Hi, Alex Zbyslaw wrote on Mon, May 01, 2006 at 10:31:34AM +0100: [..] > >off by setting WITHOUT_BOOTEASY_BEEP in `/etc/src.conf'. [..] > WITH_BOOTEASY_BEEP so that it's off by default unless you turn it on Regardless what you decide, if such an option is created, please call it WITH/WITHOUT_BOOTZERO_BEEP or WITH/WITHOUT_BOOT0_BEEP. The current FreeBSD bootmanager is called 'boot0'. It has replaced booteasy (which was indeed used in the past) centuries ago. Nitpicking, ;-) Daniel