Subject: Re: boot settings?
To: None <netbsd-users@NetBSD.org>
From: Water NB <netbsd78@126.com>
List: netbsd-users
Date: 03/08/2005 10:41:26
On Mon, Mar 07, 2005 at 08:43:12PM +0000, David Laight wrote:
> On Mon, Mar 07, 2005 at 04:30:54PM +0800, Water NB wrote:
> > My system is NetBSD i386 2.0.1. My questions are:
> >
> > 2) How to speedup booting process and don't wait so long for keyboard?
>
> The timeout can be set with installboot -o timeout=<secs> ...
>
> David
>
> --
> David Laight: david@l8s.co.uk
>
Thank Denis.
Thank David.
modifying ttys can not set password. but installboot can.
my command: installboot -o timeout=2 password=XXX
Thanks.