org.osbuild.erofs
erofs mount service
Mount an erofs filesystem at the given location.
Host commands used: mount
Schema 1
{}
Schema 2
{
"additionalProperties": false,
"required": [
"name",
"type",
"source",
"target"
],
"properties": {
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"source": {
"type": "string"
},
"target": {
"type": "string"
},
"options": {
"type": "object",
"additionalProperties": false
}
}
}