feat: support blk UUID in preset
This commit is contained in:
parent
a6a1efc397
commit
0a56aa51e7
3 changed files with 21 additions and 3 deletions
|
|
@ -16,6 +16,7 @@ type Preset struct {
|
|||
Name string `yaml:"name"`
|
||||
Type string `yaml:"type"`
|
||||
Path string `yaml:"path"`
|
||||
UUID string `yaml:"uuid"`
|
||||
MountPoint string `yaml:"mountpoint"`
|
||||
|
||||
AuthCmd string `yaml:"auth_cmd"` // e.g. for loading the encryption key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue