atom feed25 messages in org.freebsd.freebsd-hackersBoot manager beep (revisited)
FromSent OnAttachments
Eric AndersonMay 1, 2006 3:34 am 
Darren PilgrimMay 1, 2006 4:44 am 
Giorgos KeramidasMay 1, 2006 5:30 am 
Alex ZbyslawMay 1, 2006 9:31 am 
Giorgos KeramidasMay 1, 2006 10:15 am 
Luigi RizzoMay 1, 2006 10:29 am 
Giorgos KeramidasMay 1, 2006 10:48 am 
Dag-Erling SmørgravMay 1, 2006 10:54 am 
Alex ZbyslawMay 1, 2006 12:16 pm 
Eric AndersonMay 1, 2006 12:22 pm 
Alex ZbyslawMay 1, 2006 12:32 pm 
Giorgos KeramidasMay 1, 2006 12:52 pm 
Giorgos KeramidasMay 1, 2006 12:54 pm 
Eric AndersonMay 1, 2006 12:55 pm 
Daniel LangMay 1, 2006 1:03 pm 
Giorgos KeramidasMay 1, 2006 1:06 pm 
John BaldwinMay 1, 2006 6:03 pm 
John BaldwinMay 1, 2006 6:03 pm 
John BaldwinMay 1, 2006 6:03 pm 
Giorgos KeramidasMay 2, 2006 5:31 am 
Alex ZbyslawMay 2, 2006 11:36 am 
John BaldwinMay 2, 2006 12:38 pm 
Dag-Erling SmørgravMay 2, 2006 1:39 pm 
Alex ZbyslawMay 2, 2006 10:47 pm 
Eric AndersonMay 3, 2006 12:50 am 
Subject:Boot manager beep (revisited)
From:Giorgos Keramidas (kera@ceid.upatras.gr)
Date:May 2, 2006 5:31:33 am
List:org.freebsd.freebsd-hackers

On 2006-05-01 14:02, John Baldwin <jh@freebsd.org> wrote:

On Monday 01 May 2006 09:07, Giorgos Keramidas wrote:

On 2006-05-01 15:03, Daniel Lang <lang@leo.org> wrote:

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.

I'll do, thanks for the careful review of the diff :)

How about the patch below. It restores the behavior of the beep only happening for invalid input by axeing the BSD/OS partition type from the lookup table.

Much better, since this is the behavior we initially had, as you explained.

Thanks :)