Skip to content

mkarchiso: implement configurable bootstrap tarball compression

nl6720 requested to merge nl6720/archiso:bootstrap_tarball_compression into master

mkarchiso: implement configurable bootstrap tarball compression

profiledef.sh gains a new option bootstrap_tarball_compression which is a bash array containing the compression program and its arguments.

Related to #130 (closed).

configs/*/profiledef.sh: set bootstrap_tarball_compression

  • baseline will use .tar.zst with zstd -c -T0 --long -19,
  • releng will retain .tar.gz with gzip -cn9 for now.

This will later be changed as part of #130 (closed).

Edited by nl6720

Merge request reports