Ensure default for new initramfs compression is used.
authorRobin H. Johnson <robbat2@gentoo.org>
Mon, 6 Feb 2012 10:00:09 +0000 (10:00 +0000)
committerRobin H. Johnson <robbat2@gentoo.org>
Mon, 6 Feb 2012 10:00:09 +0000 (10:00 +0000)
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
14 files changed:
ChangeLog
arch/alpha/config.sh
arch/arm/config.sh
arch/ia64/config.sh
arch/mips/config.sh
arch/parisc/config.sh
arch/parisc64/config.sh
arch/ppc/config.sh
arch/ppc64/config.sh
arch/sparc/config.sh
arch/sparc64/config.sh
arch/um/config.sh
arch/x86/config.sh
arch/x86_64/config.sh

index c0a09cb5f25b356e6ad61de1edcc126b6ce6ffbe..9f526857a983d129d018489176d9eb45c1187dad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,13 @@
 # Distributed under the GPL v2
 # $Id$
 
+  06 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> arch/alpha/config.sh,
+  arch/arm/config.sh, arch/ia64/config.sh, arch/mips/config.sh,
+  arch/parisc/config.sh, arch/parisc64/config.sh, arch/ppc/config.sh,
+  arch/ppc64/config.sh, arch/sparc/config.sh, arch/sparc64/config.sh,
+  arch/um/config.sh, arch/x86/config.sh, arch/x86_64/config.sh:
+  Ensure default for new initramfs compression is used.
+
   06 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> gen_initramfs.sh:
   Bugfixes in new code branches that I didn't test fully.
 
index 2692f23afc8e7fd9a4cb1523b87d2ea1e0a47db1..68805fdd05ab9f92bc0faefcea6907a21bb8339b 100755 (executable)
@@ -11,6 +11,7 @@ KERNEL_BINARY="arch/alpha/boot/vmlinux.gz"
 # command line.
 #
 DEFAULT_COMPRESS_INITRD=yes
+DEFAULT_COMPRESS_INITRD_TYPE=best
 
 DEFAULT_MAKEOPTS="-j2"
 
index 7ce427efbcc0c086f542453e695b7125cacb1a78..240a0270b5aba6a41f1ce08d8d4fd794bbc34bff 100755 (executable)
@@ -11,6 +11,7 @@ KERNEL_BINARY="arch/arm/boot/zImage"
 # command line.
 #
 DEFAULT_COMPRESS_INITRD=yes
+DEFAULT_COMPRESS_INITRD_TYPE=best
 
 DEFAULT_MAKEOPTS="-j2"
 
index 9b61bce5858c88126ef32523133a45ca74ed31b9..3e9fd844aca6f6e61f5e1adb19cfa7a07c5d45c7 100755 (executable)
@@ -11,6 +11,7 @@ KERNEL_BINARY="vmlinux.gz"
 # command line.
 #
 DEFAULT_COMPRESS_INITRD=yes
+DEFAULT_COMPRESS_INITRD_TYPE=best
 
 DEFAULT_MAKEOPTS="-j2"
 
index 939fb96ae684888090fe25e5e051a86c2e12a5f6..49b4050731bdd04f20548d44119220ef51a8294b 100755 (executable)
@@ -21,7 +21,8 @@ CMD_INSTALL=0
 # Arch-specific defaults that can be overridden in the config file or on the
 # command line.
 #
-DEFAULT_COMPRESS_INITRD="yes"
+DEFAULT_COMPRESS_INITRD=yes
+DEFAULT_COMPRESS_INITRD_TYPE=best
 DEFAULT_KERNEL_MAKE=make
 DEFAULT_UTILS_MAKE=make
 DEFAULT_UTILS_CC=gcc
index c31b316a77f6543b87662e47daec12dfb90abefa..e74e1a371593d832c822ebfe92904940b9b18256 100755 (executable)
@@ -11,6 +11,7 @@ KERNEL_BINARY="vmlinux"
 # command line.
 #
 DEFAULT_COMPRESS_INITRD=yes
+DEFAULT_COMPRESS_INITRD_TYPE=best
 
 DEFAULT_MAKEOPTS="-j2"
 
index c31b316a77f6543b87662e47daec12dfb90abefa..e74e1a371593d832c822ebfe92904940b9b18256 100755 (executable)
@@ -11,6 +11,7 @@ KERNEL_BINARY="vmlinux"
 # command line.
 #
 DEFAULT_COMPRESS_INITRD=yes
+DEFAULT_COMPRESS_INITRD_TYPE=best
 
 DEFAULT_MAKEOPTS="-j2"
 
index e661c5a79543da5f5a715e71f3102d59cc084c07..c40ba0fc69a7e08e23778d654e949696ac874066 100755 (executable)
@@ -10,6 +10,7 @@ KERNEL_BINARY="vmlinux"
 # command line.
 #
 DEFAULT_COMPRESS_INITRD=yes
+DEFAULT_COMPRESS_INITRD_TYPE=best
 
 DEFAULT_MAKEOPTS="-j2"
 
index e661c5a79543da5f5a715e71f3102d59cc084c07..c40ba0fc69a7e08e23778d654e949696ac874066 100755 (executable)
@@ -10,6 +10,7 @@ KERNEL_BINARY="vmlinux"
 # command line.
 #
 DEFAULT_COMPRESS_INITRD=yes
+DEFAULT_COMPRESS_INITRD_TYPE=best
 
 DEFAULT_MAKEOPTS="-j2"
 
index 3d6234769b83d2ed87d387e006234999f82547a2..fc87defdd3886ffe32e934a0ef920d6367c081d2 100755 (executable)
@@ -13,6 +13,7 @@ USECOLOR="no"
 # command line.
 #
 DEFAULT_COMPRESS_INITRD=yes
+DEFAULT_COMPRESS_INITRD_TYPE=best
 
 DEFAULT_MAKEOPTS="-j1"
 
index 563ebd913d349cc0ed40c3042c89d86699f737dc..618a0abfde8e55ac5710699f0170562453e37170 100755 (executable)
@@ -13,6 +13,7 @@ USECOLOR="no"
 # command line.
 #
 DEFAULT_COMPRESS_INITRD=yes
+DEFAULT_COMPRESS_INITRD_TYPE=best
 
 DEFAULT_MAKEOPTS="-j2"
 
index 7955a85b0fbf4719ae1c6aeca6489c74a8bf522a..2abe9359eab55dfc951c53880cfd016703d13c83 100755 (executable)
@@ -13,6 +13,7 @@ ARCH_HAVENOPREPARE=yes
 # command line.
 #
 DEFAULT_COMPRESS_INITRD=yes
+DEFAULT_COMPRESS_INITRD_TYPE=best
 
 DEFAULT_MAKEOPTS="-j2"
 
index 6f14ceffa5d445539bd0d061610d7122a29d59f2..d34afb2b1dffa50f5f5d48ec3b6c301fdf2fe700 100755 (executable)
@@ -11,6 +11,7 @@ KERNEL_BINARY="arch/i386/boot/bzImage"
 # command line.
 #
 DEFAULT_COMPRESS_INITRD=yes
+DEFAULT_COMPRESS_INITRD_TYPE=best
 
 DEFAULT_MAKEOPTS="-j2"
 
index 0a903e1456cc9f90f2ea16442c54b68c328f2f47..78b9167abc7a3f62c17f29699e72e0ec6c5010dc 100755 (executable)
@@ -11,6 +11,7 @@ KERNEL_BINARY="arch/x86_64/boot/bzImage"
 # command line.
 #
 DEFAULT_COMPRESS_INITRD=yes
+DEFAULT_COMPRESS_INITRD_TYPE=best
 
 DEFAULT_MAKEOPTS="-j2"