From 55a6319b0077e54e090df6909b33fcc03c5b736e4989fe4b0105785fd37b5c7b Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Thu, 16 May 2024 12:52:57 +0000 Subject: [PATCH] - 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 --- config.sh | 6 ------ openSUSE-Aeon.changes | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config.sh b/config.sh index 1e7a05d..01427ae 100644 --- a/config.sh +++ b/config.sh @@ -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 #-------------------------------------- diff --git a/openSUSE-Aeon.changes b/openSUSE-Aeon.changes index 95cdc3b..7f72a8e 100644 --- a/openSUSE-Aeon.changes +++ b/openSUSE-Aeon.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 16 12:51:10 UTC 2024 - Richard Brown + +- libcontainers-common no longer uses storage = btrfs by default, + neither should images + ------------------------------------------------------------------- Thu May 16 07:57:30 UTC 2024 - Richard Brown