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>2023-03-17 19:00:25 +0200
committernl6720 <nl6720@gmail.com>2023-03-17 19:35:59 +0200
commit20fc8030a38d7c71c341fd267c12eb6bee3c4549 (patch)
tree3e2f65702a750bb3912c0d42b3dbfa350af42120 /CHANGELOG.rst
parent5c36c85bd51b7f28f5e9b50fd82e66fde8286e37 (diff)
configs/baseline/profiledef.sh: compress more
* Use LZMA extreme compression level, * enable experimental compressed fragments feature to create a smaller image, * enable experimental data deduplication. This decreases the baseline profile's `airootfs.erofs` size by about ~16 MiB.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 4fb2063..19ff603 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -11,6 +11,9 @@ Added
Changed
-------
+- Increase EROFS compression for the baseline profile by using an extreme LZMA compression level and enabling the
+ experimental compressed fragments and data deduplication features.
+
Deprecated
----------