William A. Kennington III | e076ee3 | 2020-04-13 13:18:11 -0700 | [diff] [blame] | 1 | [{ |
2 | "blob": "/flash/image", | ||||
3 | "handler": { | ||||
4 | "type": "file", | ||||
5 | "path": "/run/initramfs/bmc-image" | ||||
6 | }, | ||||
7 | "actions": { | ||||
8 | "preparation": { | ||||
9 | "type": "skip" | ||||
10 | }, | ||||
11 | "verification": { | ||||
12 | "type": "systemd", | ||||
13 | "unit": "noverify-bmc-verify.service" | ||||
14 | }, | ||||
15 | "update": { | ||||
16 | "type": "systemd", | ||||
17 | "unit": "reboot.target" | ||||
18 | } | ||||
19 | } | ||||
20 | }] |