summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-09-09 16:49:40 +0000
committerMike Frysinger <vapier@gentoo.org>2007-09-09 16:49:40 +0000
commit2aac9fa4644215a6c0612c0f4ac5a0ba862fe729 (patch)
treea4692bd030d30de375ea5cb7fc73b1304e7f62af /init.d
parent5420f22a146e4978204daa58a3fae81dc0ecc4b8 (diff)
downloadopenrc-2aac9fa4644215a6c0612c0f4ac5a0ba862fe729.tar.gz
openrc-2aac9fa4644215a6c0612c0f4ac5a0ba862fe729.tar.bz2
openrc-2aac9fa4644215a6c0612c0f4ac5a0ba862fe729.tar.xz
revert EARLY_MOUNTS since everything in the boot runlevel depends on localmount already and anything that runs before it does not rely on things like /tmp or /var/run (and because i confused localmount with checkroot)
Diffstat (limited to 'init.d')
-rwxr-xr-xinit.d/localmount6
1 files changed, 0 insertions, 6 deletions
diff --git a/init.d/localmount b/init.d/localmount
index 589ee07..06a1979 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
}