22 lines
481 B
JSON
22 lines
481 B
JSON
|
|
[{
|
||
|
|
"blob": "/flash/image",
|
||
|
|
"handler": {
|
||
|
|
"type": "file",
|
||
|
|
"path": "/run/initramfs/bmc-image"
|
||
|
|
},
|
||
|
|
"actions": {
|
||
|
|
"preparation": {
|
||
|
|
"type": "skip"
|
||
|
|
},
|
||
|
|
"verification": {
|
||
|
|
"type": "systemd",
|
||
|
|
"unit": "phosphor-ipmi-flash-bmc-verify.service"
|
||
|
|
},
|
||
|
|
"update": {
|
||
|
|
"type": "systemd",
|
||
|
|
"unit": "reboot.target",
|
||
|
|
"mode": "replace-irreversibly"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}]
|