diff --git a/test/data/manifests/centos_8-aarch64-edge_raw_image-boot.json b/test/data/manifests/centos_8-aarch64-edge_raw_image-boot.json index f79595f43..7631ac963 100644 --- a/test/data/manifests/centos_8-aarch64-edge_raw_image-boot.json +++ b/test/data/manifests/centos_8-aarch64-edge_raw_image-boot.json @@ -2102,8 +2102,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -2134,7 +2133,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -2260,7 +2259,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "uefi": { "vendor": "centos", "install": true, diff --git a/test/data/manifests/centos_8-aarch64-edge_simplified_installer-boot.json b/test/data/manifests/centos_8-aarch64-edge_simplified_installer-boot.json index 26a891168..5c980e587 100644 --- a/test/data/manifests/centos_8-aarch64-edge_simplified_installer-boot.json +++ b/test/data/manifests/centos_8-aarch64-edge_simplified_installer-boot.json @@ -2454,8 +2454,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -2486,7 +2485,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -2612,7 +2611,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "uefi": { "vendor": "centos", "install": true, diff --git a/test/data/manifests/centos_8-x86_64-edge_raw_image-boot.json b/test/data/manifests/centos_8-x86_64-edge_raw_image-boot.json index 7a6923f30..346ffbfa0 100644 --- a/test/data/manifests/centos_8-x86_64-edge_raw_image-boot.json +++ b/test/data/manifests/centos_8-x86_64-edge_raw_image-boot.json @@ -2214,8 +2214,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -2246,7 +2245,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -2372,7 +2371,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "legacy": "i386-pc", "uefi": { "vendor": "centos", diff --git a/test/data/manifests/centos_8-x86_64-edge_simplified_installer-boot.json b/test/data/manifests/centos_8-x86_64-edge_simplified_installer-boot.json index 5fbd1a17f..bbd8a11e2 100644 --- a/test/data/manifests/centos_8-x86_64-edge_simplified_installer-boot.json +++ b/test/data/manifests/centos_8-x86_64-edge_simplified_installer-boot.json @@ -2502,8 +2502,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -2534,7 +2533,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -2660,7 +2659,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "uefi": { "vendor": "centos", "install": true, diff --git a/test/data/manifests/rhel_8-aarch64-edge_raw_image-boot.json b/test/data/manifests/rhel_8-aarch64-edge_raw_image-boot.json index ab60791fc..b28f4c370 100644 --- a/test/data/manifests/rhel_8-aarch64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_8-aarch64-edge_raw_image-boot.json @@ -857,8 +857,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -889,7 +888,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -1015,7 +1014,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "uefi": { "vendor": "redhat", "install": true, diff --git a/test/data/manifests/rhel_8-aarch64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_8-aarch64-edge_simplified_installer-boot.json index 5c0da4863..fd39d5fcc 100644 --- a/test/data/manifests/rhel_8-aarch64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_8-aarch64-edge_simplified_installer-boot.json @@ -994,8 +994,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -1026,7 +1025,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -1152,7 +1151,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "uefi": { "vendor": "redhat", "install": true, diff --git a/test/data/manifests/rhel_8-x86_64-edge_raw_image-boot.json b/test/data/manifests/rhel_8-x86_64-edge_raw_image-boot.json index 87a08781e..9c6247268 100644 --- a/test/data/manifests/rhel_8-x86_64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_8-x86_64-edge_raw_image-boot.json @@ -899,8 +899,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -931,7 +930,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -1057,7 +1056,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "legacy": "i386-pc", "uefi": { "vendor": "redhat", diff --git a/test/data/manifests/rhel_8-x86_64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_8-x86_64-edge_simplified_installer-boot.json index 45ccaa45f..003156dfd 100644 --- a/test/data/manifests/rhel_8-x86_64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_8-x86_64-edge_simplified_installer-boot.json @@ -1012,8 +1012,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -1044,7 +1043,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -1170,7 +1169,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "uefi": { "vendor": "redhat", "install": true, diff --git a/test/data/manifests/rhel_86-aarch64-edge_raw_image-boot.json b/test/data/manifests/rhel_86-aarch64-edge_raw_image-boot.json index 492f61109..1ac4cbca4 100644 --- a/test/data/manifests/rhel_86-aarch64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_86-aarch64-edge_raw_image-boot.json @@ -857,8 +857,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -889,7 +888,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -1015,7 +1014,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "uefi": { "vendor": "redhat", "install": true, diff --git a/test/data/manifests/rhel_86-aarch64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_86-aarch64-edge_simplified_installer-boot.json index e393ee12d..fec2fb986 100644 --- a/test/data/manifests/rhel_86-aarch64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_86-aarch64-edge_simplified_installer-boot.json @@ -997,8 +997,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -1029,7 +1028,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -1155,7 +1154,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "uefi": { "vendor": "redhat", "install": true, diff --git a/test/data/manifests/rhel_86-x86_64-edge_raw_image-boot.json b/test/data/manifests/rhel_86-x86_64-edge_raw_image-boot.json index de2f9a3f5..f3e7a7688 100644 --- a/test/data/manifests/rhel_86-x86_64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_86-x86_64-edge_raw_image-boot.json @@ -899,8 +899,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -931,7 +930,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -1057,7 +1056,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "legacy": "i386-pc", "uefi": { "vendor": "redhat", diff --git a/test/data/manifests/rhel_86-x86_64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_86-x86_64-edge_simplified_installer-boot.json index 6eab9c14e..dd58c65c1 100644 --- a/test/data/manifests/rhel_86-x86_64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_86-x86_64-edge_simplified_installer-boot.json @@ -1015,8 +1015,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -1047,7 +1046,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -1173,7 +1172,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "uefi": { "vendor": "redhat", "install": true, diff --git a/test/data/manifests/rhel_87-aarch64-edge_raw_image-boot.json b/test/data/manifests/rhel_87-aarch64-edge_raw_image-boot.json index 7ba963dde..a08243600 100644 --- a/test/data/manifests/rhel_87-aarch64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_87-aarch64-edge_raw_image-boot.json @@ -857,8 +857,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -889,7 +888,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -1015,7 +1014,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "uefi": { "vendor": "redhat", "install": true, diff --git a/test/data/manifests/rhel_87-aarch64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_87-aarch64-edge_simplified_installer-boot.json index 50c6e736f..1dc34ad7f 100644 --- a/test/data/manifests/rhel_87-aarch64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_87-aarch64-edge_simplified_installer-boot.json @@ -994,8 +994,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -1026,7 +1025,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -1152,7 +1151,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "uefi": { "vendor": "redhat", "install": true, diff --git a/test/data/manifests/rhel_87-x86_64-edge_raw_image-boot.json b/test/data/manifests/rhel_87-x86_64-edge_raw_image-boot.json index e12e29b3c..6e7f0b973 100644 --- a/test/data/manifests/rhel_87-x86_64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_87-x86_64-edge_raw_image-boot.json @@ -899,8 +899,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -931,7 +930,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -1057,7 +1056,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "legacy": "i386-pc", "uefi": { "vendor": "redhat", diff --git a/test/data/manifests/rhel_87-x86_64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_87-x86_64-edge_simplified_installer-boot.json index ee8f6c8eb..aad826735 100644 --- a/test/data/manifests/rhel_87-x86_64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_87-x86_64-edge_simplified_installer-boot.json @@ -1012,8 +1012,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -1044,7 +1043,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -1170,7 +1169,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "uefi": { "vendor": "redhat", "install": true, diff --git a/test/data/manifests/rhel_88-aarch64-edge_raw_image-boot.json b/test/data/manifests/rhel_88-aarch64-edge_raw_image-boot.json index acbb40c4d..3fc775f64 100644 --- a/test/data/manifests/rhel_88-aarch64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_88-aarch64-edge_raw_image-boot.json @@ -857,8 +857,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -889,7 +888,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -1015,7 +1014,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "uefi": { "vendor": "redhat", "install": true, diff --git a/test/data/manifests/rhel_88-aarch64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_88-aarch64-edge_simplified_installer-boot.json index 30b024744..8e3749273 100644 --- a/test/data/manifests/rhel_88-aarch64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_88-aarch64-edge_simplified_installer-boot.json @@ -994,8 +994,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -1026,7 +1025,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -1152,7 +1151,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "uefi": { "vendor": "redhat", "install": true, diff --git a/test/data/manifests/rhel_88-x86_64-edge_raw_image-boot.json b/test/data/manifests/rhel_88-x86_64-edge_raw_image-boot.json index 02eae1b9a..6d87ddb8b 100644 --- a/test/data/manifests/rhel_88-x86_64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_88-x86_64-edge_raw_image-boot.json @@ -899,8 +899,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -931,7 +930,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -1057,7 +1056,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "legacy": "i386-pc", "uefi": { "vendor": "redhat", diff --git a/test/data/manifests/rhel_88-x86_64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_88-x86_64-edge_simplified_installer-boot.json index 8bfa83adb..238e80a06 100644 --- a/test/data/manifests/rhel_88-x86_64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_88-x86_64-edge_simplified_installer-boot.json @@ -1012,8 +1012,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -1044,7 +1043,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -1170,7 +1169,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "uefi": { "vendor": "redhat", "install": true, diff --git a/test/data/manifests/rhel_9-aarch64-edge_raw_image-boot.json b/test/data/manifests/rhel_9-aarch64-edge_raw_image-boot.json index aeac91f3b..f685f6fdd 100644 --- a/test/data/manifests/rhel_9-aarch64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_9-aarch64-edge_raw_image-boot.json @@ -2231,8 +2231,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -2263,7 +2262,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -2389,7 +2388,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "uefi": { "vendor": "redhat", "install": true, diff --git a/test/data/manifests/rhel_9-aarch64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_9-aarch64-edge_simplified_installer-boot.json index 4e1cad1b5..c9d3b40ed 100644 --- a/test/data/manifests/rhel_9-aarch64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_9-aarch64-edge_simplified_installer-boot.json @@ -2615,8 +2615,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -2647,7 +2646,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -2773,7 +2772,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "uefi": { "vendor": "redhat", "install": true, diff --git a/test/data/manifests/rhel_9-x86_64-edge_raw_image-boot.json b/test/data/manifests/rhel_9-x86_64-edge_raw_image-boot.json index 2dcdee82d..7a7cd90ff 100644 --- a/test/data/manifests/rhel_9-x86_64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_9-x86_64-edge_raw_image-boot.json @@ -2351,8 +2351,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -2383,7 +2382,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -2509,7 +2508,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "legacy": "i386-pc", "uefi": { "vendor": "redhat", diff --git a/test/data/manifests/rhel_9-x86_64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_9-x86_64-edge_simplified_installer-boot.json index 8666599a2..1b0ea9073 100644 --- a/test/data/manifests/rhel_9-x86_64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_9-x86_64-edge_simplified_installer-boot.json @@ -2663,8 +2663,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -2695,7 +2694,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -2821,7 +2820,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "uefi": { "vendor": "redhat", "install": true, diff --git a/test/data/manifests/rhel_90-aarch64-edge_raw_image-boot.json b/test/data/manifests/rhel_90-aarch64-edge_raw_image-boot.json index 304bbb931..22ac86d95 100644 --- a/test/data/manifests/rhel_90-aarch64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_90-aarch64-edge_raw_image-boot.json @@ -836,8 +836,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -868,7 +867,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -994,7 +993,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "uefi": { "vendor": "redhat", "install": true, diff --git a/test/data/manifests/rhel_90-aarch64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_90-aarch64-edge_simplified_installer-boot.json index 95f97c2b2..36fc60626 100644 --- a/test/data/manifests/rhel_90-aarch64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_90-aarch64-edge_simplified_installer-boot.json @@ -985,8 +985,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -1017,7 +1016,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -1143,7 +1142,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "uefi": { "vendor": "redhat", "install": true, diff --git a/test/data/manifests/rhel_90-x86_64-edge_raw_image-boot.json b/test/data/manifests/rhel_90-x86_64-edge_raw_image-boot.json index d8bcaace9..733feba94 100644 --- a/test/data/manifests/rhel_90-x86_64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_90-x86_64-edge_raw_image-boot.json @@ -884,8 +884,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -916,7 +915,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -1042,7 +1041,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "legacy": "i386-pc", "uefi": { "vendor": "redhat", diff --git a/test/data/manifests/rhel_90-x86_64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_90-x86_64-edge_simplified_installer-boot.json index dae48d840..70828f36e 100644 --- a/test/data/manifests/rhel_90-x86_64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_90-x86_64-edge_simplified_installer-boot.json @@ -1006,8 +1006,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -1038,7 +1037,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -1164,7 +1163,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "uefi": { "vendor": "redhat", "install": true, diff --git a/test/data/manifests/rhel_91-aarch64-edge_raw_image-boot.json b/test/data/manifests/rhel_91-aarch64-edge_raw_image-boot.json index 253f995ef..90e6eb67e 100644 --- a/test/data/manifests/rhel_91-aarch64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_91-aarch64-edge_raw_image-boot.json @@ -2231,8 +2231,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -2263,7 +2262,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -2389,7 +2388,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "uefi": { "vendor": "redhat", "install": true, diff --git a/test/data/manifests/rhel_91-aarch64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_91-aarch64-edge_simplified_installer-boot.json index ff2ea3e2f..f3000f74f 100644 --- a/test/data/manifests/rhel_91-aarch64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_91-aarch64-edge_simplified_installer-boot.json @@ -2615,8 +2615,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -2647,7 +2646,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -2773,7 +2772,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "uefi": { "vendor": "redhat", "install": true, diff --git a/test/data/manifests/rhel_91-x86_64-edge_raw_image-boot.json b/test/data/manifests/rhel_91-x86_64-edge_raw_image-boot.json index 6ed58d201..fdda7d85d 100644 --- a/test/data/manifests/rhel_91-x86_64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_91-x86_64-edge_raw_image-boot.json @@ -2351,8 +2351,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -2383,7 +2382,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -2509,7 +2508,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "legacy": "i386-pc", "uefi": { "vendor": "redhat", diff --git a/test/data/manifests/rhel_91-x86_64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_91-x86_64-edge_simplified_installer-boot.json index 8fd3ccd75..4645facc7 100644 --- a/test/data/manifests/rhel_91-x86_64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_91-x86_64-edge_simplified_installer-boot.json @@ -2663,8 +2663,7 @@ }, "kernel_opts": [ "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75", - "modprobe.blacklist=vc4", - "rw" + "modprobe.blacklist=vc4" ] } }, @@ -2695,7 +2694,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": true, + "readonly": false, "bootloader": "none" } } @@ -2821,7 +2820,7 @@ "options": { "root_fs_uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4", "boot_fs_uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", - "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4,rw", + "kernel_opts": "luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75,modprobe.blacklist=vc4", "uefi": { "vendor": "redhat", "install": true,