mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 00:46:58 +02:00
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:
parent
5bf90df9a4
commit
524b712a5a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user