update config to support more vhd features down the road
This commit is contained in:
@@ -54,7 +54,7 @@ func New(uuid string, size int64, denylist []string) *Filesystem {
|
||||
denylist: ignore.CompileIgnoreLines(denylist...),
|
||||
}
|
||||
|
||||
if config.Get().System.UseVirtualDisks {
|
||||
if vhd.Enabled() {
|
||||
fs.vhd = vhd.New(size, vhd.DiskPath(uuid), fs.root)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user