aboutsummaryrefslogtreecommitdiffstats
path: root/main/udev-init-scripts/modloop.patch
blob: 7be6b03932e280322ee510b38f7854c97e60c858 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/init.d/udev b/init.d/udev
index 724cb82..8c730e4 100644
--- a/init.d/udev
+++ b/init.d/udev
@@ -11,6 +11,7 @@ description_reload="Reload the udev rules and databases"
 
 depend() {
 	need sysfs dev-mount
+	use modloop
 	before checkfs fsck
 	keyword -containers
 }