From c0a4c39f21f1f15f75f5e7d3b5d204b56eb07ace Mon Sep 17 00:00:00 2001 From: nl6720 Date: Sat, 18 May 2024 13:22:42 +0300 Subject: mkarchiso: use FAT32 as early as possible mkfs.fat selects FAT32 for file systems of at least 512 MiB size, but a FAT32 file system can already be created at 36 MiB size (assuming 512 byte logical sector size). --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 25c8b85..d31bc99 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -21,6 +21,7 @@ Changed - Use ``xz -9e`` as the releng profile's initramfs compression. Now that mkinitcpio does not decompress the loadable kernel modules and firmware files anymore and moves them to the early uncompressed initramfs, we can compress the main initramfs image with a higher compression without it having much impact on the ISO build time. +- Format the EFI system partition image as FAT32 if the size allows it (i.e. if it is at least 36 MiB). Deprecated ---------- -- cgit v1.2.3-70-g09d2