Files
OpenBMC/meta-google/recipes-phosphor/flash/dummy-gbmc-update/config-dummy.json
T

20 lines
280 B
JSON
Raw Normal View History

2026-04-23 17:07:55 +08:00
[{
"blob": "/flash/dummy",
"handler": {
"type": "file",
"path": "/run/initramfs/bmc-image"
},
"actions": {
"preparation": {
"type": "skip"
},
"verification": {
"type": "systemd",
"unit": "dummy-verify.service"
},
"update": {
"type": "skip"
}
}
}]