Allow to compress payload with different compressor
Compressors are specified in description file.
For example:
[compressor]
gzip = *
none = *.gz, *.bz2
bzip2 = rootfs*
This description file set gzip as default compressor, do not compress payload
which end with .gz and .bz2 and use bzip2 as compressor for payload matching
'rootfs*'
Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
Showing
- debian/control 2 additions, 1 deletiondebian/control
- doc/is.1.rst 11 additions, 1 deletiondoc/is.1.rst
- installsystems/image.py 50 additions, 14 deletionsinstallsystems/image.py
- installsystems/template.py 3 additions, 0 deletionsinstallsystems/template.py
- installsystems/tools.py 4 additions, 2 deletionsinstallsystems/tools.py
Loading
Please register or sign in to comment