From 0866ccf1fcfbd083aa1e577afa4164baeee26e7f Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 4 Dec 2015 10:07:13 +0000 Subject: main/openrc: make modloop not depend on dev we also need modloop be mounted before we start udev ref #4913 --- main/openrc/modloop.initd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/openrc/modloop.initd') 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 } -- cgit v1.2.3