Subject: Re: Up and running
To: None <LARRY.KOLLAR@Sciatl.COM>
From: Kevin Ogden <kev@zebradale.com>
List: port-mac68k
Date: 06/20/1997 03:30:17
----------
> From: Mason Loring Bliss <mason@acheron.middleboro.ma.us>
> To: LARRY.KOLLAR@Sciatl.COM
> Cc: Port Mac 68K <port-mac68k@NetBSD.ORG>
> Subject: Re: Up and running
> Date: Monday, September 15, 1997 12:00 PM
> 
> On 9/15/97 at 10:57 AM -0500, you wrote:
> 
> > Oh, BTW, is there any way to completely shut down the computer from
NetBSD
> > without rebooting into MacOS first?
> 
> Sure. Instead of what you're probably doing now, id est
> 
> 	shutdown -r now
> 
> try, instead:
> 
> 	shutdown now
> 
> which will put you in single-user mode. (You can actually go back and
forth
> between the two this way, without rebooting.)
> 
> Anyway, once you're at your single-user prompt, type:
> 
> 	halt
> 
> and wait for it to tell you that it's okay to shut down.
> 
> Voila!

Even easier than that, instead of shutdown -r now type:
shutdown -h now

(r means reboot)
(h means HALT)
			Kevin