34 lines
551 B
JSON
34 lines
551 B
JSON
[{
|
|
"blob": "/flash/image",
|
|
"version": {
|
|
"handler": {
|
|
"type": "file",
|
|
"path": "/run/inplace-gbmc-version"
|
|
},
|
|
"actions":{
|
|
"open": {
|
|
"type": "systemd",
|
|
"unit": "inplace-gbmc-version.service"
|
|
}
|
|
}
|
|
},
|
|
"handler": {
|
|
"type": "file",
|
|
"path": "/run/initramfs/bmc-image"
|
|
},
|
|
"actions": {
|
|
"preparation": {
|
|
"type": "skip"
|
|
},
|
|
"verification": {
|
|
"type": "systemd",
|
|
"unit": "inplace-gbmc-verify.service"
|
|
},
|
|
"update": {
|
|
"type": "systemd",
|
|
"unit": "reboot.target",
|
|
"mode": "replace-irreversibly"
|
|
}
|
|
}
|
|
}]
|