test: update iot-raw-image manifests
This commit is contained in:
parent
6f89e9d499
commit
e01fa00da1
8 changed files with 224 additions and 112 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue