diff --git a/test/data/manifests/fedora_35-aarch64-iot_raw_image-boot.json b/test/data/manifests/fedora_35-aarch64-iot_raw_image-boot.json index ca64e9638..db4076980 100644 --- a/test/data/manifests/fedora_35-aarch64-iot_raw_image-boot.json +++ b/test/data/manifests/fedora_35-aarch64-iot_raw_image-boot.json @@ -1795,18 +1795,6 @@ "osname": "fedora-iot" } }, - { - "type": "org.osbuild.ostree.config", - "options": { - "repo": "/ostree/repo", - "config": { - "sysroot": { - "readonly": true, - "bootloader": "none" - } - } - } - }, { "type": "org.osbuild.mkdir", "options": { @@ -1832,7 +1820,8 @@ "label": "root" }, "kernel_opts": [ - "modprobe.blacklist=vc4" + "modprobe.blacklist=vc4", + "rw" ] } }, @@ -1861,6 +1850,31 @@ } } }, + { + "type": "org.osbuild.ostree.config", + "options": { + "repo": "/ostree/repo", + "config": { + "sysroot": { + "readonly": true, + "bootloader": "none" + } + } + }, + "mounts": [ + { + "name": "ostree-test/fedora/iot", + "type": "org.osbuild.ostree.deployment", + "options": { + "deployment": { + "osname": "fedora-iot", + "ref": "test/fedora/iot", + "serial": 0 + } + } + } + ] + }, { "type": "org.osbuild.fstab", "options": { @@ -1970,7 +1984,7 @@ "options": { "root_fs_uuid": "6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "modprobe.blacklist=vc4", + "kernel_opts": "modprobe.blacklist=vc4,rw", "uefi": { "vendor": "fedora", "install": true, diff --git a/test/data/manifests/fedora_35-x86_64-iot_raw_image-boot.json b/test/data/manifests/fedora_35-x86_64-iot_raw_image-boot.json index fe439755c..bae7fe27e 100644 --- a/test/data/manifests/fedora_35-x86_64-iot_raw_image-boot.json +++ b/test/data/manifests/fedora_35-x86_64-iot_raw_image-boot.json @@ -1819,18 +1819,6 @@ "osname": "fedora-iot" } }, - { - "type": "org.osbuild.ostree.config", - "options": { - "repo": "/ostree/repo", - "config": { - "sysroot": { - "readonly": true, - "bootloader": "none" - } - } - } - }, { "type": "org.osbuild.mkdir", "options": { @@ -1856,7 +1844,8 @@ "label": "root" }, "kernel_opts": [ - "modprobe.blacklist=vc4" + "modprobe.blacklist=vc4", + "rw" ] } }, @@ -1885,6 +1874,31 @@ } } }, + { + "type": "org.osbuild.ostree.config", + "options": { + "repo": "/ostree/repo", + "config": { + "sysroot": { + "readonly": true, + "bootloader": "none" + } + } + }, + "mounts": [ + { + "name": "ostree-test/fedora/iot", + "type": "org.osbuild.ostree.deployment", + "options": { + "deployment": { + "osname": "fedora-iot", + "ref": "test/fedora/iot", + "serial": 0 + } + } + } + ] + }, { "type": "org.osbuild.fstab", "options": { @@ -1994,7 +2008,7 @@ "options": { "root_fs_uuid": "6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "modprobe.blacklist=vc4", + "kernel_opts": "modprobe.blacklist=vc4,rw", "legacy": "i386-pc", "uefi": { "vendor": "fedora", diff --git a/test/data/manifests/fedora_36-aarch64-iot_raw_image-boot.json b/test/data/manifests/fedora_36-aarch64-iot_raw_image-boot.json index 88e495ec0..6f34e467c 100644 --- a/test/data/manifests/fedora_36-aarch64-iot_raw_image-boot.json +++ b/test/data/manifests/fedora_36-aarch64-iot_raw_image-boot.json @@ -2043,18 +2043,6 @@ "osname": "fedora-iot" } }, - { - "type": "org.osbuild.ostree.config", - "options": { - "repo": "/ostree/repo", - "config": { - "sysroot": { - "readonly": true, - "bootloader": "none" - } - } - } - }, { "type": "org.osbuild.mkdir", "options": { @@ -2080,7 +2068,8 @@ "label": "root" }, "kernel_opts": [ - "modprobe.blacklist=vc4" + "modprobe.blacklist=vc4", + "rw" ] } }, @@ -2109,6 +2098,31 @@ } } }, + { + "type": "org.osbuild.ostree.config", + "options": { + "repo": "/ostree/repo", + "config": { + "sysroot": { + "readonly": true, + "bootloader": "none" + } + } + }, + "mounts": [ + { + "name": "ostree-test/fedora/iot", + "type": "org.osbuild.ostree.deployment", + "options": { + "deployment": { + "osname": "fedora-iot", + "ref": "test/fedora/iot", + "serial": 0 + } + } + } + ] + }, { "type": "org.osbuild.fstab", "options": { @@ -2218,7 +2232,7 @@ "options": { "root_fs_uuid": "6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "modprobe.blacklist=vc4", + "kernel_opts": "modprobe.blacklist=vc4,rw", "uefi": { "vendor": "fedora", "install": true, diff --git a/test/data/manifests/fedora_36-x86_64-iot_raw_image-boot.json b/test/data/manifests/fedora_36-x86_64-iot_raw_image-boot.json index 6c6b48aea..b2c8241ec 100644 --- a/test/data/manifests/fedora_36-x86_64-iot_raw_image-boot.json +++ b/test/data/manifests/fedora_36-x86_64-iot_raw_image-boot.json @@ -2067,18 +2067,6 @@ "osname": "fedora-iot" } }, - { - "type": "org.osbuild.ostree.config", - "options": { - "repo": "/ostree/repo", - "config": { - "sysroot": { - "readonly": true, - "bootloader": "none" - } - } - } - }, { "type": "org.osbuild.mkdir", "options": { @@ -2104,7 +2092,8 @@ "label": "root" }, "kernel_opts": [ - "modprobe.blacklist=vc4" + "modprobe.blacklist=vc4", + "rw" ] } }, @@ -2133,6 +2122,31 @@ } } }, + { + "type": "org.osbuild.ostree.config", + "options": { + "repo": "/ostree/repo", + "config": { + "sysroot": { + "readonly": true, + "bootloader": "none" + } + } + }, + "mounts": [ + { + "name": "ostree-test/fedora/iot", + "type": "org.osbuild.ostree.deployment", + "options": { + "deployment": { + "osname": "fedora-iot", + "ref": "test/fedora/iot", + "serial": 0 + } + } + } + ] + }, { "type": "org.osbuild.fstab", "options": { @@ -2242,7 +2256,7 @@ "options": { "root_fs_uuid": "6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "modprobe.blacklist=vc4", + "kernel_opts": "modprobe.blacklist=vc4,rw", "legacy": "i386-pc", "uefi": { "vendor": "fedora", diff --git a/test/data/manifests/fedora_37-aarch64-iot_raw_image-boot.json b/test/data/manifests/fedora_37-aarch64-iot_raw_image-boot.json index f8ab10432..2cf46964e 100644 --- a/test/data/manifests/fedora_37-aarch64-iot_raw_image-boot.json +++ b/test/data/manifests/fedora_37-aarch64-iot_raw_image-boot.json @@ -2051,18 +2051,6 @@ "osname": "fedora-iot" } }, - { - "type": "org.osbuild.ostree.config", - "options": { - "repo": "/ostree/repo", - "config": { - "sysroot": { - "readonly": true, - "bootloader": "none" - } - } - } - }, { "type": "org.osbuild.mkdir", "options": { @@ -2088,7 +2076,8 @@ "label": "root" }, "kernel_opts": [ - "modprobe.blacklist=vc4" + "modprobe.blacklist=vc4", + "rw" ] } }, @@ -2117,6 +2106,31 @@ } } }, + { + "type": "org.osbuild.ostree.config", + "options": { + "repo": "/ostree/repo", + "config": { + "sysroot": { + "readonly": true, + "bootloader": "none" + } + } + }, + "mounts": [ + { + "name": "ostree-test/fedora/iot", + "type": "org.osbuild.ostree.deployment", + "options": { + "deployment": { + "osname": "fedora-iot", + "ref": "test/fedora/iot", + "serial": 0 + } + } + } + ] + }, { "type": "org.osbuild.fstab", "options": { @@ -2226,7 +2240,7 @@ "options": { "root_fs_uuid": "6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "modprobe.blacklist=vc4", + "kernel_opts": "modprobe.blacklist=vc4,rw", "uefi": { "vendor": "fedora", "install": true, diff --git a/test/data/manifests/fedora_37-x86_64-iot_raw_image-boot.json b/test/data/manifests/fedora_37-x86_64-iot_raw_image-boot.json index 16d363241..f69fdb185 100644 --- a/test/data/manifests/fedora_37-x86_64-iot_raw_image-boot.json +++ b/test/data/manifests/fedora_37-x86_64-iot_raw_image-boot.json @@ -2075,18 +2075,6 @@ "osname": "fedora-iot" } }, - { - "type": "org.osbuild.ostree.config", - "options": { - "repo": "/ostree/repo", - "config": { - "sysroot": { - "readonly": true, - "bootloader": "none" - } - } - } - }, { "type": "org.osbuild.mkdir", "options": { @@ -2112,7 +2100,8 @@ "label": "root" }, "kernel_opts": [ - "modprobe.blacklist=vc4" + "modprobe.blacklist=vc4", + "rw" ] } }, @@ -2141,6 +2130,31 @@ } } }, + { + "type": "org.osbuild.ostree.config", + "options": { + "repo": "/ostree/repo", + "config": { + "sysroot": { + "readonly": true, + "bootloader": "none" + } + } + }, + "mounts": [ + { + "name": "ostree-test/fedora/iot", + "type": "org.osbuild.ostree.deployment", + "options": { + "deployment": { + "osname": "fedora-iot", + "ref": "test/fedora/iot", + "serial": 0 + } + } + } + ] + }, { "type": "org.osbuild.fstab", "options": { @@ -2250,7 +2264,7 @@ "options": { "root_fs_uuid": "6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "modprobe.blacklist=vc4", + "kernel_opts": "modprobe.blacklist=vc4,rw", "legacy": "i386-pc", "uefi": { "vendor": "fedora", diff --git a/test/data/manifests/fedora_38-aarch64-iot_raw_image-boot.json b/test/data/manifests/fedora_38-aarch64-iot_raw_image-boot.json index baddae70a..d9972a68f 100644 --- a/test/data/manifests/fedora_38-aarch64-iot_raw_image-boot.json +++ b/test/data/manifests/fedora_38-aarch64-iot_raw_image-boot.json @@ -2043,18 +2043,6 @@ "osname": "fedora-iot" } }, - { - "type": "org.osbuild.ostree.config", - "options": { - "repo": "/ostree/repo", - "config": { - "sysroot": { - "readonly": true, - "bootloader": "none" - } - } - } - }, { "type": "org.osbuild.mkdir", "options": { @@ -2080,7 +2068,8 @@ "label": "root" }, "kernel_opts": [ - "modprobe.blacklist=vc4" + "modprobe.blacklist=vc4", + "rw" ] } }, @@ -2109,6 +2098,31 @@ } } }, + { + "type": "org.osbuild.ostree.config", + "options": { + "repo": "/ostree/repo", + "config": { + "sysroot": { + "readonly": true, + "bootloader": "none" + } + } + }, + "mounts": [ + { + "name": "ostree-test/fedora/iot", + "type": "org.osbuild.ostree.deployment", + "options": { + "deployment": { + "osname": "fedora-iot", + "ref": "test/fedora/iot", + "serial": 0 + } + } + } + ] + }, { "type": "org.osbuild.fstab", "options": { @@ -2218,7 +2232,7 @@ "options": { "root_fs_uuid": "6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "modprobe.blacklist=vc4", + "kernel_opts": "modprobe.blacklist=vc4,rw", "uefi": { "vendor": "fedora", "install": true, diff --git a/test/data/manifests/fedora_38-x86_64-iot_raw_image-boot.json b/test/data/manifests/fedora_38-x86_64-iot_raw_image-boot.json index 194b1fdde..6b61eafda 100644 --- a/test/data/manifests/fedora_38-x86_64-iot_raw_image-boot.json +++ b/test/data/manifests/fedora_38-x86_64-iot_raw_image-boot.json @@ -2067,18 +2067,6 @@ "osname": "fedora-iot" } }, - { - "type": "org.osbuild.ostree.config", - "options": { - "repo": "/ostree/repo", - "config": { - "sysroot": { - "readonly": true, - "bootloader": "none" - } - } - } - }, { "type": "org.osbuild.mkdir", "options": { @@ -2104,7 +2092,8 @@ "label": "root" }, "kernel_opts": [ - "modprobe.blacklist=vc4" + "modprobe.blacklist=vc4", + "rw" ] } }, @@ -2133,6 +2122,31 @@ } } }, + { + "type": "org.osbuild.ostree.config", + "options": { + "repo": "/ostree/repo", + "config": { + "sysroot": { + "readonly": true, + "bootloader": "none" + } + } + }, + "mounts": [ + { + "name": "ostree-test/fedora/iot", + "type": "org.osbuild.ostree.deployment", + "options": { + "deployment": { + "osname": "fedora-iot", + "ref": "test/fedora/iot", + "serial": 0 + } + } + } + ] + }, { "type": "org.osbuild.fstab", "options": { @@ -2242,7 +2256,7 @@ "options": { "root_fs_uuid": "6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "modprobe.blacklist=vc4", + "kernel_opts": "modprobe.blacklist=vc4,rw", "legacy": "i386-pc", "uefi": { "vendor": "fedora",