summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/flash/noverify-bmc-update/config-bmc.json
blob: 86afb3ba3b387cfc28856047daf9d4d97d2e3d99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[{
	"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": "reboot.target"
		}
	}
}]