21 lines
332 B
JSON
21 lines
332 B
JSON
[{
|
|
"blob": "/flash/image",
|
|
"handler": {
|
|
"type": "file",
|
|
"path": "/run/initramfs/bmc-image"
|
|
},
|
|
"actions": {
|
|
"preparation": {
|
|
"type": "skip"
|
|
},
|
|
"verification": {
|
|
"type": "systemd",
|
|
"unit": "noverify-bmc-verify.service"
|
|
},
|
|
"update": {
|
|
"type": "systemd",
|
|
"unit": "noverify-bmc-update.service"
|
|
}
|
|
}
|
|
}]
|