mounts/org.osbuild.btrfs: add support for compression
Also, add it to the sample manifest.
This commit is contained in:
parent
3bbded4607
commit
b94048dfd4
4 changed files with 15 additions and 6 deletions
|
|
@ -41,6 +41,9 @@ SCHEMA_2 = """
|
|||
"subvol": {
|
||||
"description": "Subvolume to be mounted",
|
||||
"type": "string"
|
||||
},
|
||||
"compress": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue