aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-xrc.d/rc.sysinit3
1 files changed, 2 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index b6b2bbfe..b1fb0992 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -210,7 +210,8 @@ else
fi
_RUN_QUOTACHECK=0
-if [ -z "$fastboot" ]; then
+ROOTFSTYPE=`grep " / " /proc/mounts | awk '{ print $3 }'`
+if [ -z "$fastboot" -a "$ROOTFSTYPE" != "nfs" ]; then
STRING="Checking root filesystem"
echo $STRING