Brandon Kim | 0547cc4 | 2021-07-20 15:59:47 -0700 | [diff] [blame] | 1 | [{ |
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 | }] |