From owner-freebsd-hackers@FreeBSD.ORG Mon May 1 12:54:24 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 80C5116A448 for ; Mon, 1 May 2006 12:54:24 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49BB143D98 for ; Mon, 1 May 2006 12:54:03 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.6/8.13.6/Debian-1) with ESMTP id k41CrUW2006895 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 1 May 2006 15:53:32 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.6/8.13.6) with ESMTP id k41CrZTn056706; Mon, 1 May 2006 15:53:35 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.6/8.13.6/Submit) id k41CrZgE056705; Mon, 1 May 2006 15:53:35 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 1 May 2006 15:53:35 +0300 From: Giorgos Keramidas To: Eric Anderson Message-ID: <20060501125334.GB56659@gothmog.pc> References: <445581DE.50901@centtech.com> <20060501052755.GA88897@gothmog.pc> <4455D576.2020000@dial.pipex.com> <20060501101544.GA51137@gothmog.pc> <20060501032910.B48307@xorpc.icir.org> <20060501104840.GA55248@gothmog.pc> <4455FD95.3080001@centtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4455FD95.3080001@centtech.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.397, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.80, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: Luigi Rizzo , Alex Zbyslaw , freebsd-hackers@freebsd.org 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 12:54:24 -0000 On 2006-05-01 07:22, Eric Anderson wrote: > Maybe an alternate option is to compile both the beeping and a beepless > boot loader, and have the boot0cfg program install the right one > depending on a command line option? Hmm.. Maybe that's too cheesy.. It is kind of overkill. This is a big change for such a small thing and it requires touching boot0cfg too.