Skip to content

main/postmarketos-initramfs: wait for boot partition

jenneron requested to merge jenneron/initramfs-wait-for-boot-partition into master

Some devices take time to initialize storage, e.g. Qualcomm laptops using ADSP need to load firmware firstly, and initramfs script does not always manage to mount boot partition in time.

Unfortunately, there is no reliable way to reproduce the issue, but this patch should fix cases like this.

Merge request reports