aboutsummaryrefslogtreecommitdiffstats
path: root/layout/initramfs/init
diff options
context:
space:
mode:
Diffstat (limited to 'layout/initramfs/init')
-rwxr-xr-xlayout/initramfs/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/initramfs/init b/layout/initramfs/init
index 0a7f2de..7c4c681 100755
--- a/layout/initramfs/init
+++ b/layout/initramfs/init
@@ -12,7 +12,7 @@ if { s6-mount -wt sysfs sys /sys }
if { s6-mount -wt proc proc /proc }
if { s6-mount -wt devtmpfs dev /dev }
-if { /sbin/mdev -s }
+if { pipeline { mdevd-coldplug } mdevd }
if { s6-mount -rt ext4 /dev/%%PARTITION%%1 /rootfs }