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

John Ogness john.ogness at linutronix.de
Mon Jan 28 12:39:10 CET 2019


On 2019-01-28, Torben Hohn <torben.hohn at linutronix.de> wrote:
> 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.

If the original file is deleted by the TarArchiver after executing tar,
Reviewed-by: John Ogness <john.ogness at linutronix.de>
for this patch series.

> 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



More information about the elbe-devel mailing list