summaryrefslogtreecommitdiff
path: root/init.d/localmount
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/localmount')
-rwxr-xr-xinit.d/localmount3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.d/localmount b/init.d/localmount
index 1983aa5..5b8e849 100755
--- a/init.d/localmount
+++ b/init.d/localmount
@@ -6,7 +6,8 @@ description="Mounts disks and swap according to /etc/fstab."
depend()
{
- need checkfs
+ need fsck
+ use modules mtab
}
start()