=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.56 retrieving revision 1.57 diff -c -r1.56 -r1.57 *** src/etc/rc 1997/11/23 11:54:16 1.56 --- src/etc/rc 1997/12/12 23:02:26 1.57 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.56 1997/11/23 11:54:16 maja Exp $ # System startup script run by init on autoboot # or after single-user. --- 1,4 ---- ! # $OpenBSD: rc,v 1.57 1997/12/12 23:02:26 niklas Exp $ # System startup script run by init on autoboot # or after single-user. *************** *** 63,68 **** --- 63,69 ---- umount -a >/dev/null 2>&1 mount -a -t nonfs + mount -uw / # root on nfs requires this, others aren't hurt rm -f /fastboot # XXX (root now writeable) # set flags on ttys. (do early, in case they use tty for SLIP in netstart)