- libcontainers-common no longer uses storage = btrfs by default,

neither should images

OBS-URL: https://build.opensuse.org/package/show/devel:microos:aeon:images/openSUSE-Aeon?expand=0&rev=12
This commit is contained in:
Richard Brown 2024-05-16 12:52:57 +00:00 committed by Git OBS Bridge
parent dcf383b153
commit 55a6319b00
2 changed files with 6 additions and 6 deletions

View File

@ -114,12 +114,6 @@ EOF
chmod a+x /etc/fstab.script
# Use the btrfs storage driver. This is usually detected in %post, but with kiwi
# that happens outside of the final FS.
if [ -e /etc/containers/storage.conf ]; then
sed -i 's/driver = "overlay"/driver = "btrfs"/g' /etc/containers/storage.conf
fi
#======================================
# Enable NetworkManager
#--------------------------------------

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 16 12:51:10 UTC 2024 - Richard Brown <rbrown@suse.com>
- libcontainers-common no longer uses storage = btrfs by default,
neither should images
-------------------------------------------------------------------
Thu May 16 07:57:30 UTC 2024 - Richard Brown <rbrown@suse.com>