org.osbuild.implantisomd5
Implant an MD5 checksum in an ISO9660 image
This stage is using implantisomd5(1) to implant MD5 checksums into an iso image. This is needed for the check media feature used in the installer.
Schema 1
{
"additionalProperties": false,
"required": [
"filename"
],
"properties": {
"filename": {
"type": "string",
"description": "Path to where the iso to implant md5s is located."
}
}
}
Schema 2
{}