mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-17 02:11:06 +02:00
Again, zstd is faster but we're getting seriously short on space. Unlike the kernel itself, this applies to both amd64 and arm64. Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
416 B
416 B
- The kernel image and its embedded initrd are now compressed with xz rather than zstd. This gives greater compression at the cost of decompression performance. Systems may therefore now be ever so slightly slower to boot, but this was necessary to avoid running out of space in the /boot partition. Further measures to address the space issue are planned, and perhaps we can switch back to zstd in a later release.