aboutsummaryrefslogtreecommitdiff
path: root/init.d/localmount
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/localmount')
-rwxr-xr-xinit.d/localmount6
1 files changed, 0 insertions, 6 deletions
diff --git a/init.d/localmount b/init.d/localmount
index 589ee072..06a1979f 100755
--- a/init.d/localmount
+++ b/init.d/localmount
@@ -143,12 +143,6 @@ start() {
eend $?
fi
- for x in ${EARLY_MOUNTS} ; do
- ebegin "Early mounting ${x}"
- mount ${x}
- eend $?
- done
-
# Always return 0 - some local mounts may not be critical for boot
return 0
}