In message <[EMAIL PROTECTED]> Rohit Grover writes:
: I made a mistake while modifying my /etc/rc.conf. I forgot to
: put the terminating quote for a string. Now, my machine fails to boot
: correctly. Upon boot, it gives me an option to launch a shell to
: correct the problem. Interestingly, / is mounted as read-only and so
: I cannot correct /etc/rc.conf. Please help.
Your best bet is to boot singlue user, then do fsck -p /; mount -uw /;
mv /etc/rc.conf /etcrc.conf-; reboot; correct the problem; reboot
Or
fsck -p /
mount -uw /
fsck -p /var
mount /var
fcsk -p /usr
mount /usr
vi /etc/rc.copnf
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message