aboutsummaryrefslogtreecommitdiffstats
path: root/main/udev-init-scripts/udev-init-scripts.patch
blob: d53b7d3fd71a36a202d516612a6f7f9650c744b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/init.d/udev
+++ b/init.d/udev
@@ -9,9 +9,11 @@
 
 depend()
 {
+	use modloop
 	need sysfs dev-mount
 	before checkfs fsck
 	keyword -lxc -systemd-nspawn -vserver
+	provide dev
 }
 
 get_udevd_binary() {