21 lines
454 B
JSON
21 lines
454 B
JSON
[{
|
|
"blob": "/flash/bios",
|
|
"handler": {
|
|
"type": "file",
|
|
"path": "/tmp/bios-image"
|
|
},
|
|
"actions": {
|
|
"preparation": {
|
|
"type": "skip"
|
|
},
|
|
"verification": {
|
|
"type": "systemd",
|
|
"unit": "phosphor-ipmi-flash-bios-verify.service"
|
|
},
|
|
"update": {
|
|
"type": "systemd",
|
|
"unit": "phosphor-ipmi-flash-bios-update.service"
|
|
}
|
|
}
|
|
}]
|