Patrick Venture | 298930a | 2019-07-03 11:44:52 -0700 | [diff] [blame] | 1 | [{ |
| 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": { |
William A. Kennington III | fc5d8d2 | 2020-04-07 19:16:29 -0700 | [diff] [blame] | 13 | "type": "systemd", |
| 14 | "unit": "@VERIFY_BIOS_TARGET@" |
Patrick Venture | 298930a | 2019-07-03 11:44:52 -0700 | [diff] [blame] | 15 | }, |
| 16 | "update": { |
| 17 | "type": "systemd", |
| 18 | "unit": "@UPDATE_BIOS_TARGET@" |
| 19 | } |
| 20 | } |
| 21 | }] |