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)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user