config: add mounts for boot v2
This commit is contained in:
parent
96b0448b84
commit
9893221392
@ -64,6 +64,8 @@ type Config struct {
|
||||
|
||||
Storage StorageConfig
|
||||
|
||||
Mounts []MountDef
|
||||
|
||||
Groups []GroupDef
|
||||
Users []UserDef
|
||||
|
||||
@ -94,6 +96,12 @@ type VolumeDef struct {
|
||||
}
|
||||
}
|
||||
|
||||
type Mount struct {
|
||||
Dev string
|
||||
Path string
|
||||
Options string
|
||||
}
|
||||
|
||||
type GroupDef struct {
|
||||
Name string
|
||||
Gid int
|
||||
|
Loading…
Reference in New Issue
Block a user