Subject: RE: boot problem
To: None <port-alpha@netbsd.org>
From: mel kravitz <melk@switchpwr.com>
List: port-alpha
Date: 07/28/2002 11:42:52
drop into shell :
# mount -a or (if sd0 scsi HD)
#mount /dev/sd0a   /
#mount /dev/sd0d  /usr
then use echo:
# echo "rc_configured=YES" >> /etc/rc.conf
#^D
this will auto start multiuser boot.
-Mel