feat: support blk UUID in preset

This commit is contained in:
Yiyang Kang 2023-03-04 13:10:57 +08:00
parent a6a1efc397
commit 0a56aa51e7
3 changed files with 21 additions and 3 deletions

View file

@ -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