diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-10-31 09:12:02 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-10-31 09:12:02 +0000 |
| commit | 151743918d1cb706052ddc642a5190e9cb8cd5dc (patch) | |
| tree | d964b0c7d17a1fca829abbc3fd85536e3d570c1b /layout/initramfs/init | |
| parent | 8286add1116697498fe44b9de347476fa9a33833 (diff) | |
| download | lh-bootstrap-151743918d1cb706052ddc642a5190e9cb8cd5dc.tar.gz | |
Update versions (save kernel) to current for 2017-10-31; replace mdev with mdevd
Diffstat (limited to 'layout/initramfs/init')
| -rwxr-xr-x | layout/initramfs/init | 2 |
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 } |
