aboutsummaryrefslogtreecommitdiffstats
path: root/layout/initramfs
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-10-31 09:12:02 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-10-31 09:12:02 +0000
commit151743918d1cb706052ddc642a5190e9cb8cd5dc (patch)
treed964b0c7d17a1fca829abbc3fd85536e3d570c1b /layout/initramfs
parent8286add1116697498fe44b9de347476fa9a33833 (diff)
downloadlh-bootstrap-151743918d1cb706052ddc642a5190e9cb8cd5dc.tar.gz
Update versions (save kernel) to current for 2017-10-31; replace mdev with mdevd
Diffstat (limited to 'layout/initramfs')
-rwxr-xr-xlayout/initramfs/init2
-rw-r--r--layout/initramfs/sbin/.empty0
2 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 }
diff --git a/layout/initramfs/sbin/.empty b/layout/initramfs/sbin/.empty
deleted file mode 100644
index e69de29..0000000
--- a/layout/initramfs/sbin/.empty
+++ /dev/null