summaryrefslogtreecommitdiffstats
path: root/core/alpine-baselayout/mdev-initd.patch
blob: 2af84976485121e411e716f44ed1b8565b622b06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/init.d/mdev b/init.d/mdev
index fb9e8d5..42f6a1c 100755
--- a/init.d/mdev
+++ b/init.d/mdev
@@ -2,7 +2,7 @@
 
 depend() {
 	provide dev
-	need sysfs mdev-mount
+	need sysfs
 	before checkfs fsck
 	keyword novserver
 }