diff --git a/centos-bootc-config.json b/centos-bootc-config.json index 53e00fd..a0ab0f9 100644 --- a/centos-bootc-config.json +++ b/centos-bootc-config.json @@ -4,5 +4,8 @@ "redhat.compose-id": "CentOS-Stream-9-20240212.d.0", "redhat.id": "centos", "redhat.version-id": "9" + }, + "Volumes": { + "/var": {} } } diff --git a/fedora-bootc-config.json b/fedora-bootc-config.json index 0d090a3..3464776 100644 --- a/fedora-bootc-config.json +++ b/fedora-bootc-config.json @@ -4,5 +4,8 @@ "redhat.compose-id": "Fedora-ELN-20240213.3", "redhat.id": "fedora", "redhat.version-id": "ELN" + }, + "Volumes": { + "/var": {} } }