Fix detection of initramfs compression with bzip2 as best candidate
authorSebastian Pipping <sebastian@pipping.org>
Sun, 8 Jul 2012 21:40:49 +0000 (23:40 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Sun, 8 Jul 2012 22:01:42 +0000 (00:01 +0200)
ChangeLog
gen_initramfs.sh

index d3bcf58cf7b62ee842bd086d6a4e3f2411a9bece..3950fa6e62635042bda43bd997df4a91c50440f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
 # Distributed under the GPL v2
 # $Id$
 
+  08 Jul 2012; Sebastian Pipping <sping@gentoo.org> gen_configkernel.sh,
+  gen_initramfs.sh:
+  Fix detection of initramfs compression with bzip2 as best candidate
+
   08 Jul 2012; Sebastian Pipping <sping@gentoo.org> arch/x86/modules_load,
   arch/x86_64/modules_load, defaults/modules_load:
   Add xts to MODULES_CRYPTO (bug #425028)
index 9ccd5f3092b4f1f1de26d2792a6b31d760b5e8e7..676906306fd0f2447298ad8e0ec60df13c357b9b 100755 (executable)
@@ -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}