aboutsummaryrefslogtreecommitdiffstats
path: root/main/openrc/modloop.initd
diff options
context:
space:
mode:
Diffstat (limited to 'main/openrc/modloop.initd')
-rw-r--r--main/openrc/modloop.initd4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/openrc/modloop.initd b/main/openrc/modloop.initd
index 4383e76803..14b8687adf 100644
--- a/main/openrc/modloop.initd
+++ b/main/openrc/modloop.initd
@@ -3,8 +3,8 @@
# script that will mount image with modules
depend() {
- need dev
- before checkfs fsck hwdrivers modules hwclock
+ after dev-mount
+ before checkfs fsck hwdrivers modules hwclock dev
keyword -vserver -lxc
}