Skip to content

Commit

Permalink
schema: add mountBy
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Aug 27, 2024
1 parent 9ec7394 commit 5246166
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions rust/agama-lib/share/examples/storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
}
},
"path": "/",
"mountBy": "uuid",
"mountOptions": ["ro"]
}
},
Expand Down
4 changes: 4 additions & 0 deletions rust/agama-lib/share/profile.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,10 @@
"type": "string",
"examples": ["/dev/vda"]
},
"mountBy": {
"title": "How to mount the device",
"enum": ["device", "id", "label", "path", "uuid"]
},
"mkfsOptions": {
"title": "mkfs options",
"description": "Options for creating the file system.",
Expand Down

0 comments on commit 5246166

Please sign in to comment.