diff --git a/centos-bootc-config.json b/centos-bootc-config.json index 059c9ff..a7c778d 100644 --- a/centos-bootc-config.json +++ b/centos-bootc-config.json @@ -6,5 +6,8 @@ "redhat.id": "centos", "redhat.version-id": "9" }, - "StopSignal": "SIGRTMIN+3" + "StopSignal": "SIGRTMIN+3", + "Volumes": { + "/var/lib/containers/storage": {} + } } diff --git a/fedora-bootc-config.json b/fedora-bootc-config.json index f5429f9..5448558 100644 --- a/fedora-bootc-config.json +++ b/fedora-bootc-config.json @@ -5,5 +5,8 @@ "redhat.id": "fedora", "redhat.version-id": "40" }, - "StopSignal": "SIGRTMIN+3" + "StopSignal": "SIGRTMIN+3", + "Volumes": { + "/var/lib/containers/storage": {} + } }