mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-21 02:11:30 +00:00
There is no sanity check when creating OS images, so when some of the partitions gets too big, part of its data may get overwritten by the following partition, resulting in corrupted image. Add checks for the defined partition sizes and bail out if they're too big.