Skip to content

Commit

Permalink
config-libkrunfw_x86_64: Pick LZ4 for kernel compression rather than …
Browse files Browse the repository at this point in the history
…gzip

...that's substantially faster.

Signed-off-by: Stefano Brivio <[email protected]>
  • Loading branch information
sbrivio-rh committed Jan 18, 2025
1 parent 8ded5a2 commit 1183c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config-libkrunfw_x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_HAVE_KERNEL_LZ4=y
CONFIG_HAVE_KERNEL_ZSTD=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_GZIP is not set
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_XZ is not set
# CONFIG_KERNEL_LZO is not set
# CONFIG_KERNEL_LZ4 is not set
CONFIG_KERNEL_LZ4=y
# CONFIG_KERNEL_ZSTD is not set
CONFIG_DEFAULT_INIT=""
CONFIG_DEFAULT_HOSTNAME="(none)"
Expand Down

0 comments on commit 1183c3d

Please sign in to comment.