Comment 10 for bug 83025

Revision history for this message
ceg (ceg) wrote : Re: initramfs-tools script doesn't wait for device initialization, preventing mdadm to assemble md arrays

md and lvm devices are actually handled by udev rules.

For one, cryptsetup handling needs go into a waiting loop (Bug #247153), or also be handled by udev rules.

For two, the initramfs script that mounts the rootfs needs go into a waiting loop (0.5 sec intervals) for their devices (going on quickly when device gets available) and timeout after a while.