Currently the boot partitions are set at 1000MiB ie bootpartsize="1000"
When it should be 1024 MiB 1000 MiB is not equal to to 1GiB (but 1024 Mib is)
This is the logic that anaconda has been using for ages.
Pull-Request has been merged by ngompa
Does this mean you need to fix the efi size too?
No 500MiB is equal to 524288000 -- which is what's in installer_data.json -- so we're good there.
Currently the boot partitions are set at 1000MiB ie
bootpartsize="1000"
When it should be 1024 MiB
1000 MiB is not equal to to 1GiB (but 1024 Mib is)
This is the logic that anaconda has been using for ages.