diff options
Diffstat (limited to 'layout/initramfs')
-rwxr-xr-x | layout/initramfs/init | 2 | ||||
-rw-r--r-- | layout/initramfs/sbin/.empty | 0 |
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 |