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