Subject: Re: Can't get out of single user mode
To: Matthias Buelow <mkb@mukappabeta.de>
From: Tobias Seiler <tobi@themaster.de>
List: port-i386
Date: 05/19/2003 13:12:06
Hello Matthias,

Am 19.05.2003 schriebst Du:
> Yasir Malik writes:

>>/etc/rc.conf is not configured.  Multiuser boot aborted.
>>ed: /tmp/ed.00020a: Read-only file system.

> Isn't that a FAQ?  If not, it should be one!

> # mount -u -o rw /
> # ed /etc/rc.conf
> /rc_co
> s/NO/YES
> w
> q
> # ^D

And for vi use:

mount -u -o rw /
mount /dev/wd0e /usr
export TERM=vt220
vi /etc/rc.conf

Regs Tobi