1[
2    {
3        "blob": "/flash/image",
4        "handler": {
5            "type": "file",
6            "path": "/run/initramfs/image-bmc"
7        },
8        "actions": {
9            "preparation": {
10                "type": "skip"
11            },
12            "verification": {
13                "type": "skip"
14            },
15            "update": {
16                "type": "systemd",
17                "unit": "reboot.target",
18                "mode": "replace-irreversibly"
19            }
20        }
21    }
22]
23