summaryrefslogtreecommitdiffstats
path: root/main/lvm2/lvm.initd
diff options
context:
space:
mode:
Diffstat (limited to 'main/lvm2/lvm.initd')
-rw-r--r--main/lvm2/lvm.initd5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/lvm2/lvm.initd b/main/lvm2/lvm.initd
index 022cbb1e0..f077d7f1d 100644
--- a/main/lvm2/lvm.initd
+++ b/main/lvm2/lvm.initd
@@ -1,5 +1,10 @@
#!/sbin/runscript
+depend() {
+ before checkfs fsck
+ after hwdrivers modules device-mapper
+}
+
dm_in_proc() {
local rc=0 i=
for i in devices misc; do