summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-12-12 23:02:27 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-12-12 23:02:27 +0000
commita4a74aab0266ce08b50ac3e7b5be949b51375931 (patch)
tree0863937c100fae54e9157e7dd60c0bfe39faefa3 /etc/rc
parent0c40158b0dc8df68df396a96af2363d6f40d119c (diff)
Diskless root mounts were ro too long
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index ea1bfa0b8c0..4fe2d1a1dd2 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.56 1997/11/23 11:54:16 maja Exp $
+# $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,6 +63,7 @@ swapon -a
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)