From: Sebastian Pipping Date: Sun, 8 Jul 2012 21:40:49 +0000 (+0200) Subject: Fix detection of initramfs compression with bzip2 as best candidate X-Git-Tag: v3.4.37~1^2~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7045223180032533e066b57c572bbcccb053cfe9;p=genkernel.git Fix detection of initramfs compression with bzip2 as best candidate --- diff --git a/ChangeLog b/ChangeLog index d3bcf58..3950fa6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ # Distributed under the GPL v2 # $Id$ + 08 Jul 2012; Sebastian Pipping gen_configkernel.sh, + gen_initramfs.sh: + Fix detection of initramfs compression with bzip2 as best candidate + 08 Jul 2012; Sebastian Pipping arch/x86/modules_load, arch/x86_64/modules_load, defaults/modules_load: Add xts to MODULES_CRYPTO (bug #425028) diff --git a/gen_initramfs.sh b/gen_initramfs.sh index 9ccd5f3..6769063 100755 --- a/gen_initramfs.sh +++ b/gen_initramfs.sh @@ -779,7 +779,7 @@ create_initramfs() { for tuple in \ 'CONFIG_RD_XZ cmd_xz xz' \ 'CONFIG_RD_LZMA cmd_lzma lzma' \ - 'CONFIG_RD_BZIP2 cmd_bzip2 bzip' \ + 'CONFIG_RD_BZIP2 cmd_bzip2 bzip2' \ 'CONFIG_RD_GZIP cmd_gzip gzip' \ 'CONFIG_RD_LZO cmd_lzop lzop'; do set -- ${tuple}