Files
OpenBMC/meta-quanta/meta-gbs/recipes-gbs/gbs-bmc-update/files/config-bmc.json
T

22 lines
481 B
JSON
Raw Normal View History

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