diff --git a/etc/rc b/etc/rc index 38a937b1900c..658ca50f1fd0 100644 --- a/etc/rc +++ b/etc/rc @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc,v 1.162 1998/12/11 08:25:12 jb Exp $ +# $Id: rc,v 1.163 1998/12/12 23:04:20 dillon Exp $ # From: @(#)rc 5.27 (Berkeley) 6/5/91 # System startup script run by init on autoboot @@ -66,8 +66,7 @@ fi trap "echo 'Reboot interrupted'; exit 1" 3 -# root must be read/write both for NFS diskless and for VFS LKMs before -# proceeding any further. +# root must be read/write for NFS diskless before proceeding any further. mount -u -o rw / if [ $? != 0 ]; then echo "Filesystem mount failed, startup aborted"