mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 15:11:19 +02:00
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:
parent
a072bde74c
commit
48ba5fbc6d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user