ee5593d9cc
Update spec file to build microvm image for fedora. Add patch which adds rh-only PcdResizeXterm variable. Add firmware description json file. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
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": [
|
|
]
|
|
}
|