Files

34 lines
551 B
JSON
Raw Permalink Normal View History

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