=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.176 retrieving revision 1.177 diff -c -r1.176 -r1.177 *** src/etc/rc 2001/07/01 08:38:59 1.176 --- src/etc/rc 2001/07/03 03:28:19 1.177 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.176 2001/07/01 08:38:59 kjell Exp $ # System startup script run by init on autoboot # or after single-user. --- 1,4 ---- ! # $OpenBSD: rc,v 1.177 2001/07/03 03:28:19 deraadt Exp $ # System startup script run by init on autoboot # or after single-user. *************** *** 108,113 **** --- 108,116 ---- mount -a -t nonfs mount -uw / # root on nfs requires this, others aren't hurt rm -f /fastboot # XXX (root now writeable) + + # pick up option configuration + . /etc/rc.conf # set flags on ttys. (do early, in case they use tty for SLIP in netstart) echo 'setting tty flags'