Subject: Re: 1.4.1 on a 5000/120 new installation
To: Brad <bnh@dimension6.com>
From: None <mcmahill@mtl.mit.edu>
List: port-pmax
Date: 09/12/1999 20:19:07
On Sun, 12 Sep 1999, Brad wrote:

> Hello, I got 1.4.1 instaled on my 5000/120, but now that it's installed, if
> i try to
> 
> boot 3/rz3/netbsd -a
> 
> it says
> 
> /etc/rc.conf is not configured. Multiuser boot aborted.
> Enter pathname of shell or RETURN for sh:
> 
> If I press RETURN here, it gets me in, with /usr not mounted, doesn't ask me
> what termtype i want, and it's read-only so I can't even run vi...what
> should I be doing here?

assuming /etc/fstab was setup correctly during the install process, type

mount -a 

to mount all file systems as listed in /etc/fstab.  Then do something like

set TERM=pmax
export TERM
vi /etc/rc.conf

I think its pmax you want for the TERM type, but its been a while.

hope this helps

-Dan