From c3ab884ca5e581448f051c75e5162428a3230d6c Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 25 May 2014 10:03:58 +0200 Subject: [PATCH] Revert "kernel: change compression of pae kernel to bz2." This reverts commit 3e8286210f4e167c9ad2bb20b7fe3a56d2435b52. bz2 is not supported by debian xen. So users that have problems with xz compression need to update the pygrub on the host. --- config/kernel/kernel.config.i586-ipfire-pae | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/kernel/kernel.config.i586-ipfire-pae b/config/kernel/kernel.config.i586-ipfire-pae index 775ed0ea1..4f713623f 100644 --- a/config/kernel/kernel.config.i586-ipfire-pae +++ b/config/kernel/kernel.config.i586-ipfire-pae @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 3.10.39-ipfire Kernel Configuration +# Linux/x86 3.10.40-ipfire Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -55,9 +55,9 @@ CONFIG_HAVE_KERNEL_LZMA=y CONFIG_HAVE_KERNEL_XZ=y CONFIG_HAVE_KERNEL_LZO=y # CONFIG_KERNEL_GZIP is not set -CONFIG_KERNEL_BZIP2=y +# 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_DEFAULT_HOSTNAME="(none)" CONFIG_SWAP=y -- 2.39.5