profiles: Keep using bzip2 for compressing binary packages

This was a default so far, but updating portage resulted in a change
of the default binary packages compressor from bzip2 to zstd. We
eventually will want to follow this change too, but first some scripts
that assume bzip2 will need to be updated. So for now keep using bzip2
to limit the scope of updating portage.
This commit is contained in:
Krzesimir Nowak 2022-12-14 10:45:31 +01:00
parent 5bf90df9a4
commit 524b712a5a

View File

@ -112,3 +112,8 @@ PORTAGE_WORKDIR_MODE="0755"
# Don't let GRUB whine about /boot
DONT_MOUNT_BOOT=1
# Keep using bzip2 as a compressor for binary packages. Some hacks
# inside the scripts repository that poke binary packages assume that
# bzip2 is used, not zstd. Eventually we will want to move to zstd.
BINPKG_COMPRESS=bzip2