Subject: Re: Tip for NetBSD on older headless 8500s
To: None <parag@cgt.com, port-macppc@netbsd.org>
From: Robert Leenheer <Robert.Leenheer@chess.nl>
List: port-macppc
Date: 05/26/2000 10:09:10
Hi,
> save it, and now the startup is delayed just long enough for the disk to
> spin up before it boots NetBSD.
> 

I use:

begin ['] boot catch 1000 ms cr again

this will make it wait for 1000 ms before attempting to boot again. I found this
in one of the man pages for LinuxPPC.

Robert.