Ensure default for new initramfs compression is used.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
cleanup-cruft
Robin H. Johnson 13 years ago
parent 1240654461
commit 5eeadc8d26

@ -5,6 +5,13 @@
# Distributed under the GPL v2 # Distributed under the GPL v2
# $Id$ # $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: 06 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> gen_initramfs.sh:
Bugfixes in new code branches that I didn't test fully. Bugfixes in new code branches that I didn't test fully.

@ -11,6 +11,7 @@ KERNEL_BINARY="arch/alpha/boot/vmlinux.gz"
# command line. # command line.
# #
DEFAULT_COMPRESS_INITRD=yes DEFAULT_COMPRESS_INITRD=yes
DEFAULT_COMPRESS_INITRD_TYPE=best
DEFAULT_MAKEOPTS="-j2" DEFAULT_MAKEOPTS="-j2"

@ -11,6 +11,7 @@ KERNEL_BINARY="arch/arm/boot/zImage"
# command line. # command line.
# #
DEFAULT_COMPRESS_INITRD=yes DEFAULT_COMPRESS_INITRD=yes
DEFAULT_COMPRESS_INITRD_TYPE=best
DEFAULT_MAKEOPTS="-j2" DEFAULT_MAKEOPTS="-j2"

@ -11,6 +11,7 @@ KERNEL_BINARY="vmlinux.gz"
# command line. # command line.
# #
DEFAULT_COMPRESS_INITRD=yes DEFAULT_COMPRESS_INITRD=yes
DEFAULT_COMPRESS_INITRD_TYPE=best
DEFAULT_MAKEOPTS="-j2" DEFAULT_MAKEOPTS="-j2"

@ -21,7 +21,8 @@ CMD_INSTALL=0
# Arch-specific defaults that can be overridden in the config file or on the # Arch-specific defaults that can be overridden in the config file or on the
# command line. # command line.
# #
DEFAULT_COMPRESS_INITRD="yes" DEFAULT_COMPRESS_INITRD=yes
DEFAULT_COMPRESS_INITRD_TYPE=best
DEFAULT_KERNEL_MAKE=make DEFAULT_KERNEL_MAKE=make
DEFAULT_UTILS_MAKE=make DEFAULT_UTILS_MAKE=make
DEFAULT_UTILS_CC=gcc DEFAULT_UTILS_CC=gcc

@ -11,6 +11,7 @@ KERNEL_BINARY="vmlinux"
# command line. # command line.
# #
DEFAULT_COMPRESS_INITRD=yes DEFAULT_COMPRESS_INITRD=yes
DEFAULT_COMPRESS_INITRD_TYPE=best
DEFAULT_MAKEOPTS="-j2" DEFAULT_MAKEOPTS="-j2"

@ -11,6 +11,7 @@ KERNEL_BINARY="vmlinux"
# command line. # command line.
# #
DEFAULT_COMPRESS_INITRD=yes DEFAULT_COMPRESS_INITRD=yes
DEFAULT_COMPRESS_INITRD_TYPE=best
DEFAULT_MAKEOPTS="-j2" DEFAULT_MAKEOPTS="-j2"

@ -10,6 +10,7 @@ KERNEL_BINARY="vmlinux"
# command line. # command line.
# #
DEFAULT_COMPRESS_INITRD=yes DEFAULT_COMPRESS_INITRD=yes
DEFAULT_COMPRESS_INITRD_TYPE=best
DEFAULT_MAKEOPTS="-j2" DEFAULT_MAKEOPTS="-j2"

@ -10,6 +10,7 @@ KERNEL_BINARY="vmlinux"
# command line. # command line.
# #
DEFAULT_COMPRESS_INITRD=yes DEFAULT_COMPRESS_INITRD=yes
DEFAULT_COMPRESS_INITRD_TYPE=best
DEFAULT_MAKEOPTS="-j2" DEFAULT_MAKEOPTS="-j2"

@ -13,6 +13,7 @@ USECOLOR="no"
# command line. # command line.
# #
DEFAULT_COMPRESS_INITRD=yes DEFAULT_COMPRESS_INITRD=yes
DEFAULT_COMPRESS_INITRD_TYPE=best
DEFAULT_MAKEOPTS="-j1" DEFAULT_MAKEOPTS="-j1"

@ -13,6 +13,7 @@ USECOLOR="no"
# command line. # command line.
# #
DEFAULT_COMPRESS_INITRD=yes DEFAULT_COMPRESS_INITRD=yes
DEFAULT_COMPRESS_INITRD_TYPE=best
DEFAULT_MAKEOPTS="-j2" DEFAULT_MAKEOPTS="-j2"

@ -13,6 +13,7 @@ ARCH_HAVENOPREPARE=yes
# command line. # command line.
# #
DEFAULT_COMPRESS_INITRD=yes DEFAULT_COMPRESS_INITRD=yes
DEFAULT_COMPRESS_INITRD_TYPE=best
DEFAULT_MAKEOPTS="-j2" DEFAULT_MAKEOPTS="-j2"

@ -11,6 +11,7 @@ KERNEL_BINARY="arch/i386/boot/bzImage"
# command line. # command line.
# #
DEFAULT_COMPRESS_INITRD=yes DEFAULT_COMPRESS_INITRD=yes
DEFAULT_COMPRESS_INITRD_TYPE=best
DEFAULT_MAKEOPTS="-j2" DEFAULT_MAKEOPTS="-j2"

@ -11,6 +11,7 @@ KERNEL_BINARY="arch/x86_64/boot/bzImage"
# command line. # command line.
# #
DEFAULT_COMPRESS_INITRD=yes DEFAULT_COMPRESS_INITRD=yes
DEFAULT_COMPRESS_INITRD_TYPE=best
DEFAULT_MAKEOPTS="-j2" DEFAULT_MAKEOPTS="-j2"

Loading…
Cancel
Save