From 2aac9fa4644215a6c0612c0f4ac5a0ba862fe729 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 9 Sep 2007 16:49:40 +0000 Subject: 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) --- init.d/localmount | 6 ------ 1 file changed, 6 deletions(-) (limited to 'init.d/localmount') 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 } -- cgit v1.2.3