diff options
Diffstat (limited to 'init.d/localmount')
-rwxr-xr-x | init.d/localmount | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.d/localmount b/init.d/localmount index 1983aa54..5b8e849c 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() |