From c31394bf6ff290c87abc950c8f7fbb30ceb82599 Mon Sep 17 00:00:00 2001 From: Reg Tiangha Date: Sun, 21 May 2017 14:53:17 -0600 Subject: [PATCH] Switch to XZ compression to save on /boot disk space. --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index e38808a..198332b 100644 --- a/config +++ b/config @@ -62,10 +62,10 @@ CONFIG_HAVE_KERNEL_LZMA=y CONFIG_HAVE_KERNEL_XZ=y CONFIG_HAVE_KERNEL_LZO=y CONFIG_HAVE_KERNEL_LZ4=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_XZ=y # CONFIG_KERNEL_LZO is not set # CONFIG_KERNEL_LZ4 is not set CONFIG_DEFAULT_HOSTNAME="(none)"