skiffos / SkiffOS

Any Linux distribution, anywhere.
https://skiffos.com
MIT License
702 stars 52 forks source link

Fixing wrong determination of partitions. #162

Closed Helmut-Becker closed 3 years ago

Helmut-Becker commented 3 years ago

Preventing error while evaluating if the partitions have p0, p1, etc. or just 0, 1, etc. at the end. The determination process takes place before the partitions appear in /dev/. Sleeping 2 seconds is fixing this.

paralin commented 3 years ago

I wish there was some way to wait properly instead of sleep, but OK