AsteroidOS / meta-asteroid

OpenEmbedded layer that provides the basis of AsteroidOS
GNU General Public License v2.0
78 stars 45 forks source link

initramfs-scripts-android: Wait on the sdcard partition rather than mmcblk0 #137

Closed FlorentRevest closed 1 year ago

FlorentRevest commented 1 year ago

The sdcard partition can be on another block device and there's no point hard-coding a device when we have $sdcard_partition at our disposal anyway.

MagneFire commented 1 year ago

Sorry for not noticing this PR before...

This looks like a sane change, thank you!