Skip to content

Replace bash arithmetic with awk functions

David Runge requested to merge issues/70 into master

archiso/mkarchiso: The bash arithmethics in _make_boot_uefi-x64.systemd-boot.esp() introduced rounding issues, that can lead to insufficient FAT image size for the files. Conversion functions for awk now replace the bash arithmetics and additionally a ceil() function rounds the calculated size up to the next full MiB. Add an info message about the size of the created FAT image.

Fixes #70 (closed)

Merge request reports