OSInside / kiwi

KIWI - Appliance Builder Next Generation
https://osinside.github.io/kiwi
GNU General Public License v3.0
300 stars 152 forks source link

Fix efifatimagesize attribute type #2520

Closed imcsk8 closed 5 months ago

imcsk8 commented 6 months ago

The efifatimagesize attribute type value is set to "oem" but the documentation says that it is intended to be used for creating ISO images. This causes a schema error when this attribute is set on a profile with type "iso" and blocks changing the EFI boot image size which is a problem if the image is bigger than 20M.

This patch changes the efifatimagesize attribute type to "iso" with the benefit of being able to change the EFI boot image size and avoid problems when the size is bigger than 20M.

Fixes # No issue for this problem.

Changes proposed in this pull request: