Revert update.sh back to f39 version.

This commit is contained in:
Daniel J Walsh 2023-11-05 06:54:25 -06:00
parent c184cbd663
commit b01ce88009
No known key found for this signature in database
GPG Key ID: A2DF901DABE2C028

View File

@ -3,7 +3,7 @@
spectool -fg containers-common.spec
echo "Changing storage.conf..."
sed -i -e 's/^driver.*=.*/driver = "overlay"/' -e 's/^mountopt.*=.*/mountopt = "nodev,metacopy=on"/' -e 's/^pull_options.*=.*/pull_options = {enable_partial_images = \"true\", use_hard_links = \"false\", ostree_repos=""}/' \
sed -i -e 's/^driver.*=.*/driver = "overlay"/' -e 's/^mountopt.*=.*/mountopt = "nodev,metacopy=on"/' \
storage.conf
echo "Changing seccomp.json..."
@ -23,7 +23,6 @@ fi
echo "Changing containers.conf..."
sed -i -e 's/^#.*log_driver.*=.*/log_driver = "journald"/' \
-e 's/^#.*compression_format.*=.*/compression_format = "zstd:chunked"/' \
containers.conf
git checkout origin default-policy.json