pachyrhynchus: Switch to zstd
For some reference, see the following commits: 4d8812597bfc661bfa4c54ee08e4ce4da4caacc2 aptenodytes, eudyptes: Switch to zstd 672ae7c496ec5b2ac0ff5563991eb98fcdf5311a pygoscelis: Try out zstd for kernel and initramfs (052d3b965b369b07339ca15ec273d7111ecd222f pygoscelis: Use zstd for panic logs)
This commit is contained in:
parent
c0498e146b
commit
aeb1ae1e4c
@ -44,10 +44,10 @@ CONFIG_HAVE_KERNEL_ZSTD=y
|
|||||||
# CONFIG_KERNEL_GZIP is not set
|
# CONFIG_KERNEL_GZIP is not set
|
||||||
# CONFIG_KERNEL_BZIP2 is not set
|
# CONFIG_KERNEL_BZIP2 is not set
|
||||||
# CONFIG_KERNEL_LZMA is not set
|
# CONFIG_KERNEL_LZMA is not set
|
||||||
CONFIG_KERNEL_XZ=y
|
# CONFIG_KERNEL_XZ is not set
|
||||||
# CONFIG_KERNEL_LZO is not set
|
# CONFIG_KERNEL_LZO is not set
|
||||||
# CONFIG_KERNEL_LZ4 is not set
|
# CONFIG_KERNEL_LZ4 is not set
|
||||||
# CONFIG_KERNEL_ZSTD is not set
|
CONFIG_KERNEL_ZSTD=y
|
||||||
CONFIG_DEFAULT_INIT="/lib/systemd/systemd"
|
CONFIG_DEFAULT_INIT="/lib/systemd/systemd"
|
||||||
CONFIG_DEFAULT_HOSTNAME="pachyrhynchus"
|
CONFIG_DEFAULT_HOSTNAME="pachyrhynchus"
|
||||||
CONFIG_SYSVIPC=y
|
CONFIG_SYSVIPC=y
|
||||||
@ -236,10 +236,10 @@ CONFIG_INITRAMFS_SOURCE=""
|
|||||||
# CONFIG_RD_GZIP is not set
|
# CONFIG_RD_GZIP is not set
|
||||||
# CONFIG_RD_BZIP2 is not set
|
# CONFIG_RD_BZIP2 is not set
|
||||||
# CONFIG_RD_LZMA is not set
|
# CONFIG_RD_LZMA is not set
|
||||||
CONFIG_RD_XZ=y
|
# CONFIG_RD_XZ is not set
|
||||||
# CONFIG_RD_LZO is not set
|
# CONFIG_RD_LZO is not set
|
||||||
# CONFIG_RD_LZ4 is not set
|
# CONFIG_RD_LZ4 is not set
|
||||||
# CONFIG_RD_ZSTD is not set
|
CONFIG_RD_ZSTD=y
|
||||||
# CONFIG_BOOT_CONFIG is not set
|
# CONFIG_BOOT_CONFIG is not set
|
||||||
CONFIG_INITRAMFS_PRESERVE_MTIME=y
|
CONFIG_INITRAMFS_PRESERVE_MTIME=y
|
||||||
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
|
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
|
||||||
@ -864,9 +864,9 @@ CONFIG_MODULE_SIG_SHA3_512=y
|
|||||||
CONFIG_MODULE_SIG_HASH="sha3-512"
|
CONFIG_MODULE_SIG_HASH="sha3-512"
|
||||||
CONFIG_MODULE_COMPRESS=y
|
CONFIG_MODULE_COMPRESS=y
|
||||||
# CONFIG_MODULE_COMPRESS_GZIP is not set
|
# CONFIG_MODULE_COMPRESS_GZIP is not set
|
||||||
CONFIG_MODULE_COMPRESS_XZ=y
|
# CONFIG_MODULE_COMPRESS_XZ is not set
|
||||||
# CONFIG_MODULE_COMPRESS_ZSTD is not set
|
CONFIG_MODULE_COMPRESS_ZSTD=y
|
||||||
# CONFIG_MODULE_COMPRESS_ALL is not set
|
CONFIG_MODULE_COMPRESS_ALL=y
|
||||||
# CONFIG_MODULE_DECOMPRESS is not set
|
# CONFIG_MODULE_DECOMPRESS is not set
|
||||||
# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set
|
# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set
|
||||||
CONFIG_MODPROBE_PATH="/sbin/modprobe"
|
CONFIG_MODPROBE_PATH="/sbin/modprobe"
|
||||||
@ -4575,7 +4575,7 @@ CONFIG_CRYPTO_LZO=y
|
|||||||
CONFIG_CRYPTO_842=m
|
CONFIG_CRYPTO_842=m
|
||||||
CONFIG_CRYPTO_LZ4=m
|
CONFIG_CRYPTO_LZ4=m
|
||||||
CONFIG_CRYPTO_LZ4HC=m
|
CONFIG_CRYPTO_LZ4HC=m
|
||||||
# CONFIG_CRYPTO_ZSTD is not set
|
CONFIG_CRYPTO_ZSTD=y
|
||||||
# end of Compression
|
# end of Compression
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -4757,7 +4757,7 @@ CONFIG_XZ_DEC_RISCV=y
|
|||||||
# CONFIG_XZ_DEC_MICROLZMA is not set
|
# CONFIG_XZ_DEC_MICROLZMA is not set
|
||||||
CONFIG_XZ_DEC_BCJ=y
|
CONFIG_XZ_DEC_BCJ=y
|
||||||
# CONFIG_XZ_DEC_TEST is not set
|
# CONFIG_XZ_DEC_TEST is not set
|
||||||
CONFIG_DECOMPRESS_XZ=y
|
CONFIG_DECOMPRESS_ZSTD=y
|
||||||
CONFIG_GENERIC_ALLOCATOR=y
|
CONFIG_GENERIC_ALLOCATOR=y
|
||||||
CONFIG_REED_SOLOMON=y
|
CONFIG_REED_SOLOMON=y
|
||||||
CONFIG_REED_SOLOMON_ENC8=y
|
CONFIG_REED_SOLOMON_ENC8=y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user