blob: 8bd11f2e190e09d053ac7bcf9cde4186a68d56a8 [file] [log] [blame]
Brandon Kim0547cc42021-07-20 15:59:47 -07001[{
2 "blob": "/flash/image",
3 "version": {
4 "handler": {
5 "type": "file",
6 "path": "/run/inplace-gbmc-version"
7 },
8 "actions":{
9 "open": {
10 "type": "systemd",
11 "unit": "inplace-gbmc-version.service"
12 }
13 }
14 },
15 "handler": {
16 "type": "file",
17 "path": "/run/initramfs/bmc-image"
18 },
19 "actions": {
20 "preparation": {
21 "type": "skip"
22 },
23 "verification": {
24 "type": "systemd",
25 "unit": "inplace-gbmc-verify.service"
26 },
27 "update": {
28 "type": "systemd",
29 "unit": "reboot.target",
30 "mode": "replace-irreversibly"
31 }
32 }
33}]