mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 23:21:17 +02:00
sys-kernel/coreos-modules: Compress initrd with xz rather than zstd
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>
This commit is contained in:
parent
48ba5fbc6d
commit
d1a38bfa94
1
changelog/changes/2025-04-17-vmlinuz-compression.md
Normal file
1
changelog/changes/2025-04-17-vmlinuz-compression.md
Normal file
@ -0,0 +1 @@
|
||||
- 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.
|
@ -292,7 +292,7 @@ CONFIG_INFINIBAND_MTHCA=m
|
||||
CONFIG_INFINIBAND_OCRDMA=m
|
||||
CONFIG_INFINIBAND_SRP=m
|
||||
CONFIG_INFINIBAND_USER_MAD=m
|
||||
CONFIG_INITRAMFS_COMPRESSION_ZSTD=y
|
||||
CONFIG_INITRAMFS_COMPRESSION_XZ=y
|
||||
CONFIG_INIT_STACK_NONE=y
|
||||
CONFIG_INPUT_EVDEV=m
|
||||
CONFIG_INPUT_MISC=y
|
||||
|
Loading…
x
Reference in New Issue
Block a user