Skip to content

Commit

Permalink
rpm/update-config-files: zstd:chunked not enabled in Fedora yet
Browse files Browse the repository at this point in the history
  • Loading branch information
travier committed Oct 21, 2024
1 parent 7e6f2b4 commit 1ad44cb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rpm/update-config-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ if [[ -n "$FEDORA" ]] || [[ "$RHEL" -ge 10 ]]; then
sed -i -e '/^additionalimagestores\ =\ \[/a "\/usr\/lib\/containers\/storage",' storage.conf
fi

# Set these on Fedora 41+ and RHEL 10+
# regardless of distro
if [[ "$FEDORA" -gt 40 ]] || [[ "$RHEL" -ge 10 ]]; then
# Set these on RHEL 10+
if [[ "$RHEL" -ge 10 ]]; then
ensure pkg/config/containers.conf compression_format \"zstd:chunked\"
# Leave composefs disabled
ensure storage.conf use_composefs \"false\"
Expand Down

0 comments on commit 1ad44cb

Please sign in to comment.