Subject: Re: NetBSD/i386-1.5.3 bugs?
To: Frederick Bruckman <fredb@immanent.net>
From: Martin Weber <Ephaeton@gmx.net>
List: netbsd-help
Date: 07/29/2002 16:22:56
On Mon, Jul 29, 2002 at 08:46:05AM -0500, Frederick Bruckman wrote:
> [...]
> 	boot wd0a:netbsd -s
> 
> Now "getty" doesn't get a chance to come into play; "init" will just
> open a shell on the console. So now you may "fsck" and mount all
> partitions (and may as well add swap, while you're at it),
> 
> 	swapctl -A
> 	fsck
> 	mount -a
> 
> and now you can use "vi" to edit files in "/etc". 

... after doing TERM=vt100; export TERM :)

-Martin