kiwi-el8/kiwi/filesystem
David Cassany e670b4a760
Make squashfs compression configurable
This commit adds the `squashfscompression` attribute in type element. It
can take `gzip`, `zstd`, `xz`, `lzo`, `lz4` or `none`. The default is `xz`.

Fixes #1315
2020-02-24 10:40:57 +01:00
..
__init__.py Prevent swap partition to be the last one 2019-11-25 12:05:57 +01:00
base.py Fixed custom args check 2020-01-20 11:30:14 +01:00
btrfs.py Cleanup api doc strings 2018-04-17 10:29:42 +02:00
clicfs.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
ext2.py Cleanup api doc strings 2018-04-17 10:29:42 +02:00
ext3.py Cleanup api doc strings 2018-04-17 10:29:42 +02:00
ext4.py Cleanup api doc strings 2018-04-17 10:29:42 +02:00
fat16.py Cleanup api doc strings 2018-04-17 10:29:42 +02:00
fat32.py Cleanup api doc strings 2018-04-17 10:29:42 +02:00
isofs.py Fixed ISO creation on ppc 2020-02-09 19:21:14 +01:00
setup.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
squashfs.py Make squashfs compression configurable 2020-02-24 10:40:57 +01:00
swap.py Prevent swap partition to be the last one 2019-11-25 12:05:57 +01:00
xfs.py Cleanup api doc strings 2018-04-17 10:29:42 +02:00