summaryrefslogtreecommitdiff
path: root/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-bmc-update/config-bmc.json
blob: 5aefeb342b516ac6663816140dfcefb1ea0d6cd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[{
    "blob": "/flash/image",
    "handler": {
        "type": "file",
        "path": "/run/initramfs/image-bmc"
    },
    "actions": {
        "preparation": {
            "type": "skip"
        },
        "verification": {
            "type": "skip"
        },
        "update": {
            "type": "systemd",
            "unit": "reboot.target",
            "mode": "replace-irreversibly"
        }
    }
}]