blob: 90dbff981dfd63f42a82b4c6b8121046018c3d1f [file] [log] [blame]
Patrick Venture298930a2019-07-03 11:44:52 -07001[{
2 "blob": "/flash/bios",
3 "handler": {
4 "type": "file",
5 "path": "@BIOS_STAGED_NAME@"
6 },
7 "actions": {
8 "preparation": {
9 "type": "systemd",
10 "unit": "@PREPARATION_BIOS_TARGET@"
11 },
12 "verification": {
13 "type": "fileSystemdVerify",
14 "unit": "@VERIFY_BIOS_TARGET@",
15 "path": "@BIOS_VERIFY_STATUS_FILENAME@"
16 },
17 "update": {
18 "type": "systemd",
19 "unit": "@UPDATE_BIOS_TARGET@"
20 }
21 }
22}]