We load kld's in preference to LKM's, these do not need the root fs to be
read/write to load.
This commit is contained in:
parent
51df12557f
commit
8c55956ae7
5
etc/rc
5
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"
|
||||
|
Loading…
Reference in New Issue
Block a user