bzip2/lzma: make internal initramfs compression configurable
authorAlain Knaff <alain@knaff.lu>
Thu, 19 Feb 2009 21:43:51 +0000 (13:43 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 19 Feb 2009 21:43:51 +0000 (13:43 -0800)
Impact: Avoids silent environment dependency

Make builtin initramfs compression an explicit configurable.  The
previous version would pick a compression based on the binaries which
were installed on the system, which could lead to unexpected results.
It is now explicitly configured, and not having the appropriate
binaries installed on the build host is simply an error.

Signed-off-by: Alain Knaff <alain@knaff.lu>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>

No differences found