Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2024-03-27 11:02:30 +0200
committernl6720 <nl6720@gmail.com>2024-03-30 23:27:55 +0200
commit4df73069248708d716cef4773ebb3f80dad66a4b (patch)
tree16856ef02e01aaf71ae63b9dab9f684a7ce3360f /CHANGELOG.rst
parent3b3984b4843b194ad2353bbd761f75ec8ab1af95 (diff)
configs/*/profiledef.sh: set bootstrap_tarball_compression
* bootstrap 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 https://gitlab.archlinux.org/archlinux/archiso/-/issues/130.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 2f234fe..ceff6d1 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -10,7 +10,7 @@ Added
- Add a man page for ``mkarchiso``.
- Implement configurable bootstrap tarball compression. It is configured in ``profiledef.sh`` using a bash array called
- ``bootstrap_tarball_compression``.
+ ``bootstrap_tarball_compression``. baseline tarball now uses zstd compression while releng remains with gzip for now.
Changed
-------