I was trying to test a bootrom for Andy and saved it somewhere not under /usr ... but zadm rejected it with:
root: Execution of validator for 'bootrom' returns with error: expected a value from the list: BHYVE, BHYVE_CSM, BHYVE_DEBUG, BHYVE_DEBUG_CSM, BHYVE_RELEASE, BHYVE_RELEASE_CSM, OVMF_DEBUG, OVMF_RELEASE
I had it set to:
"bootrom" : "/var/BHYVE_RELEASE-202111.fd",
According to the bhyve brand's boot script it should be supported:
I was trying to test a bootrom for Andy and saved it somewhere not under /usr ... but zadm rejected it with:
I had it set to:
According to the bhyve brand's boot script it should be supported:
https://github.com/omniosorg/pkg5/blob/master/src/brand/bhyve/boot.py#L500-L508