[elbe-devel] [PATCH 0/5] implementation of packer class

Torben Hohn torben.hohn at linutronix.de
Mon Jan 28 10:01:11 CET 2019


First implementation of packer class.
This allows to change the compression used, using a finetuning command.
We also implement tar.gz and tar.xz, which is able to handle sparse
files much better than gzip.

Torben Hohn (5):
  packers: add Packer class implementation
  packers: use Packers in efilesystem and finetuning
  finetuning: first implementation of <set_packer>
  examples arm64-qemu-virt: compress the sdcard image
  examples x86_64-pc-hdimg-grub-uefi-stretch: add <set_packer>

 elbepack/efilesystem.py                        | 14 ++---
 elbepack/finetuning.py                         | 24 +++++++-
 elbepack/packers.py                            | 77 ++++++++++++++++++++++++++
 examples/arm64-qemu-virt.xml                   |  1 +
 examples/x86_64-pc-hdimg-grub-uefi-stretch.xml |  2 +
 schema/dbsfed.xsd                              | 23 ++++++++
 6 files changed, 132 insertions(+), 9 deletions(-)
 create mode 100644 elbepack/packers.py

-- 
2.11.0




More information about the elbe-devel mailing list