aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2024-05-18 13:22:42 +0300
committernl6720 <nl6720@gmail.com>2024-05-18 13:53:27 +0300
commitc0a4c39f21f1f15f75f5e7d3b5d204b56eb07ace (patch)
treec516dabea48ba644d85248c4c5aed2c9a95bdb1b /CHANGELOG.rst
parent8d07ca35413f505afa57fcab475064970c2a602f (diff)
downloadarchiso-c0a4c39f21f1f15f75f5e7d3b5d204b56eb07ace.tar.gz
archiso-c0a4c39f21f1f15f75f5e7d3b5d204b56eb07ace.tar.bz2
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).
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst1
1 files changed, 1 insertions, 0 deletions
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
----------