diff --git a/test/data/manifests/fedora-ostree-image.json b/test/data/manifests/fedora-ostree-image.json index 2e6e7169..87ff3dc0 100644 --- a/test/data/manifests/fedora-ostree-image.json +++ b/test/data/manifests/fedora-ostree-image.json @@ -919,13 +919,19 @@ }, { "type": "org.osbuild.fstab", - "options": { - "ostree": { - "deployment": { - "osname": "fedora", - "ref": "fedora/x86_64/osbuild" + "mounts": [ + { + "type": "org.osbuild.ostree.deployment", + "name": "ostree.deployment", + "options": { + "deployment": { + "osname": "fedora", + "ref": "fedora/x86_64/osbuild" + } } - }, + } + ], + "options": { "filesystems": [ { "label": "boot", diff --git a/test/data/manifests/fedora-ostree-image.mpp.json b/test/data/manifests/fedora-ostree-image.mpp.json index 689cbf08..7a2b8904 100644 --- a/test/data/manifests/fedora-ostree-image.mpp.json +++ b/test/data/manifests/fedora-ostree-image.mpp.json @@ -331,13 +331,19 @@ }, { "type": "org.osbuild.fstab", - "options": { - "ostree": { - "deployment": { - "osname": "fedora", - "ref": "fedora/x86_64/osbuild" + "mounts": [ + { + "type": "org.osbuild.ostree.deployment", + "name": "ostree.deployment", + "options": { + "deployment": { + "osname": "fedora", + "ref": "fedora/x86_64/osbuild" + } } - }, + } + ], + "options": { "filesystems": [ { "label": "boot",