config: fs type

This commit is contained in:
Mikaël Cluseau 2022-03-31 14:58:53 +02:00
parent ba878f31b8
commit 8c51e2a555

View File

@ -98,6 +98,7 @@ type VolumeDef struct {
} }
type MountDef struct { type MountDef struct {
Type string
Dev string Dev string
Path string Path string
Options string Options string