Skip to content

main/postmarketos-mkinitfs: change wait for subpartitions

Luca Weiss requested to merge mkinitfs-subpartition into master
Previously it was assumed that with the counter and the sleep 0.1 the
process would take about 10 seconds to complete. On newer devices with
tens or even hundreds of partitions going through all partitions already
takes a significant amount of time, so change the logic to measure the
time elapsed instead.

It's worth noting that I did consider using date for counting the seconds but given we're in the initramfs where probably the time is not set yet (or will be changed, whatever), I think the uptime solution is more robust.

Edited by Luca Weiss

Merge request reports

Loading