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

21 lines
454 B
JSON
Raw Normal View History

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