format/v2: add new "partition" field to "describe_mount"
This commit is contained in:
parent
ce8408a9c6
commit
827b238764
2 changed files with 16 additions and 1 deletions
|
|
@ -80,6 +80,13 @@ BASIC_PIPELINE = {
|
|||
"filename": "empty.img"
|
||||
}
|
||||
},
|
||||
"var": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "empty.img",
|
||||
"partscan": True,
|
||||
},
|
||||
},
|
||||
},
|
||||
"mounts": [
|
||||
{
|
||||
|
|
@ -93,6 +100,13 @@ BASIC_PIPELINE = {
|
|||
"type": "org.osbuild.noop",
|
||||
"source": "boot",
|
||||
"target": "/boot",
|
||||
},
|
||||
{
|
||||
"name": "var",
|
||||
"type": "org.osbuild.noop",
|
||||
"source": "var",
|
||||
"target": "/var",
|
||||
"partition": 1,
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue