sys-kernel/coreos-modules: Compress kernel with xz rather than zstd

zstd is faster but we're getting seriously short on space.
Unfortunately, the arm64 kernel still cannot be compressed, but it has
benefited from another space saving measure recently, and GRUB also
takes up less space in /boot.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
This commit is contained in:
James Le Cuirot 2025-04-10 17:39:31 +01:00
parent a072bde74c
commit 48ba5fbc6d
No known key found for this signature in database
GPG Key ID: 1226415D00DD3137
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ RDEPEND="=sys-kernel/coreos-modules-${PVR}"
DEPEND="${RDEPEND}
app-alternatives/awk
app-alternatives/gzip
app-arch/xz-utils
app-arch/zstd
app-crypt/clevis
app-shells/bash

View File

@ -72,7 +72,7 @@ CONFIG_ISCSI_IBFT=y
CONFIG_ISCSI_IBFT_FIND=y
CONFIG_ITCO_VENDOR_SUPPORT=y
CONFIG_ITCO_WDT=m
CONFIG_KERNEL_ZSTD=y
CONFIG_KERNEL_XZ=y
CONFIG_KEXEC_FILE=y
CONFIG_KPROBES_ON_FTRACE=y
CONFIG_KVM=m