Skip to content

Commit

Permalink
We load kld's in preference to LKM's, these do not need the root fs t…
Browse files Browse the repository at this point in the history
…o be

read/write to load.
  • Loading branch information
DarkHelmet433 committed Jan 6, 1999
1 parent 1825309 commit 0dbed54
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions etc/rc
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 0dbed54

Please sign in to comment.