initramfs-tools: added support for bzip2 and lzma compressed initramfs.

By default behaviour hasn't been changed, `gzip'. You can now compress
them with bzip2 or lzma. By default -9 is always used, we are worried
about size here so I don't think it should be tweakable.

A new option for initramfs.conf has been added COMPRESSION_TYPE.

--HG--
extra : convert_revision : 4ad57146dc1b7bee2585c1d4d792b3ea242e1fd3
This commit is contained in:
Juan RP
2010-02-20 04:06:10 +01:00
parent 2433e8662c
commit 00cfa9ee5f
4 changed files with 34 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# Template file for 'initramfs-tools'
pkgname=initramfs-tools
version=0.96
version=0.97
build_style=custom-install
short_desc="Tools for generating an initramfs"
maintainer="Juan RP <xtraeme@gmail.com>"
@@ -28,6 +28,8 @@ Add_dependency full findutils
Add_dependency full sed
Add_dependency full grep
Add_dependency full gzip
Add_dependency full bzip2
Add_dependency full xz
Add_dependency full udev
Add_dependency full module-init-tools
Add_dependency full busybox-initramfs