Files
OpenBMC/meta-phosphor/recipes-phosphor/flash/noverify-bmc-update/config-bmc.json
T
2026-04-23 17:07:55 +08:00

21 lines
332 B
JSON

[{
"blob": "/flash/image",
"handler": {
"type": "file",
"path": "/run/initramfs/bmc-image"
},
"actions": {
"preparation": {
"type": "skip"
},
"verification": {
"type": "systemd",
"unit": "noverify-bmc-verify.service"
},
"update": {
"type": "systemd",
"unit": "noverify-bmc-update.service"
}
}
}]