From 151743918d1cb706052ddc642a5190e9cb8cd5dc Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 31 Oct 2017 09:12:02 +0000 Subject: Update versions (save kernel) to current for 2017-10-31; replace mdev with mdevd --- layout/initramfs/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layout/initramfs/init') 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 } -- cgit v1.3.1