From owner-freebsd-hackers Fri Nov 28 01:40:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA03893 for hackers-outgoing; Fri, 28 Nov 1997 01:40:11 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from kott.my.domain (root@pm332-14.dialip.mich.net [207.74.188.24]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA03888 for ; Fri, 28 Nov 1997 01:40:08 -0800 (PST) (envelope-from dakott@alpha.delta.edu) Received: from kott.my.domain (dakott@kott.my.domain [192.168.0.1]) by kott.my.domain (8.8.8/8.8.5) with SMTP id EAA00582; Fri, 28 Nov 1997 04:05:17 -0500 (EST) Date: Fri, 28 Nov 1997 04:05:15 -0500 (EST) From: David Kott To: Francisco Reyes cc: "hackers@freebsd.org" Subject: Re: Why bootup message doesn't stay longer? (2.2.5) In-Reply-To: <199711280619.WAA15203@super.zippo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 28 Nov 1997, Francisco Reyes wrote: > I think a better approach is to have a longer time and have an option > to press a key to turn off the timer for this time. > > The reasons behind this is that new users would be the ones reading > that first page. The current amount of time is too little for a new > comer to look at the info displayed. > You have only to type a single character at the prompt (your keypress) to read this message. also, I think you can change that under /usr/src/sys/i386/boot/biosboot/Makefile with the BOOTWAIT?= 5000 parameter... if you were so inclined. -d