8e960a72f3
renumber files: 30-* secure boot supported and enabled 40-* secure boot supported but disabled 50-* secure boot not supported 60-* stateless cc builds see also: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=2132951
23 lines
389 B
JSON
23 lines
389 B
JSON
{
|
|
"description": "OVMF for microvm",
|
|
"interface-types": [
|
|
"uefi"
|
|
],
|
|
"mapping": {
|
|
"device": "memory",
|
|
"filename": "/usr/share/edk2/ovmf/MICROVM.fd"
|
|
},
|
|
"targets": [
|
|
{
|
|
"architecture": "x86_64",
|
|
"machines": [
|
|
"microvm"
|
|
]
|
|
}
|
|
],
|
|
"features": [
|
|
],
|
|
"tags": [
|
|
]
|
|
}
|