Subject: RE: boot problem
To: Robert Manna <robert@mail.alum.rpi.edu>
From: Frederik Meerwaldt <frederik@freddym.org>
List: port-alpha
Date: 07/28/2002 13:02:54
Robert,
> Ok, what you've told me makes sense. Now I really feel dumb. How do I set
> the terminal if I'm using a local keyboard & monitor. When I start vi right
> now it gives me the following error message. "term enviroment variable not
> set"
These are complete Unix basics and you should have a look in a few FAQs.
First you have to mount your / Filesystem read-write.
I assume you havn't edited your /etc/fstab yet, so do a
mount /dev/yourrootdev / (where you should replace rootdev with your
rootdevice (e.g. sd0a)).
Then do:
vi /etc/rc.conf
Search for the string RC_CONFIGURED and replace the NO to YES.
After that, your system drops into multi-user-mode.
The way I do it:
cat /etc/defaults/rc.conf >> /etc/rc.conf.
Then edit /etc/rc.conf and delete every line which doesn't differ from the
default.
Ah - to set the terminal do TERM=vt100; export TERM if you are using sh or
setenv TERM vt100 if you are using CSH.
Greetings - Freddy
--
Freddy Meerwaldt | http://www.freddym.org (Last Update 06/2002)
Bavaria/Germany | Howtos: OpenVMS, VXT2000, AXP150, DHCPd
IRC: freddy | And a bit about me