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