=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.302 retrieving revision 1.303 diff -c -r1.302 -r1.303 *** src/etc/rc 2007/03/14 20:47:17 1.302 --- src/etc/rc 2007/04/14 11:54:00 1.303 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.302 2007/03/14 20:47:17 ckuethe Exp $ # System startup script run by init on autoboot # or after single-user. --- 1,4 ---- ! # $OpenBSD: rc,v 1.303 2007/04/14 11:54:00 grunk Exp $ # System startup script run by init on autoboot # or after single-user. *************** *** 198,204 **** trap "echo 'Boot interrupted.'; exit 1" 3 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) --- 198,204 ---- trap "echo 'Boot interrupted.'; exit 1" 3 umount -a >/dev/null 2>&1 ! mount -a -t nonfs,vnd mount -uw / # root on nfs requires this, others aren't hurt rm -f /fastboot # XXX (root now writeable)