Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
utils.py: raise error if rootfs file size is not multiple of 16MiB.
See: AOSC-Dev/aosc-asahi-installer@f46e12d, if rootfs image size can not multipie of 16MiB, asahi-installer will raise `EINVAL`, users don't know whats happen ... The point of this commit is to look for illegitimate rootfs image sizes in advance, so that the raise error becomes clear. Signed-off-by: eatradish <[email protected]>
- Loading branch information