diff options
| author | nl6720 <nl6720@gmail.com> | 2022-12-17 19:34:04 +0200 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2022-12-17 20:11:09 +0200 |
| commit | 55a1b132a0bb6865d327726afdf21bc7e2d105db (patch) | |
| tree | 42d54c328efd8545366910eb462d866f2fa04e0d /CHANGELOG.rst | |
| parent | dedfe0364cd665a12bb7a4d6fdb3b978d02026ab (diff) | |
| download | archiso-55a1b132a0bb6865d327726afdf21bc7e2d105db.tar.gz archiso-55a1b132a0bb6865d327726afdf21bc7e2d105db.tar.bz2 | |
configs/baseline/profiledef.sh: use LZMA compression for the EROFS image
Now that xz 5.4 is out and erofs-utils is built with LZMA support, it is
possible to compress the EROFS image with LZMA for higher compression.
`mkfs.erofs` trows a few warnings about using experimental features, but
they should not be an issue.
Nothing changes for the releng profile, for now at least.
Diffstat (limited to 'CHANGELOG.rst')
| -rw-r--r-- | CHANGELOG.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 400628a..4966b84 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,8 @@ Changed - Open the file descriptors for code signing certificates and GPG public key as read only. Nothing from the within the ``pacstrap`` invoked chroot should ever be allowed to write outside of it. - Error out early if any of the code signing certificate files passed with option ``-c`` do not exist. +- Use LZMA compressed EROFS image for the baseline profile. Now that xz 5.4 is out and erofs-utils is built with LZMA + support, using a higher compression is possible. Removed ------- |
