Implement "Initialize Directories" options

If disabled, /dev_hdd0, /dev_hdd1, etc, are not created automatically.
This commit is contained in:
Nekotekina 2018-11-01 13:21:57 +03:00
parent 75221a6078
commit 06253c8489
2 changed files with 5 additions and 1 deletions

View file

@ -394,6 +394,7 @@ struct cfg_root : cfg::node
}
cfg::_bool host_root{this, "Enable /host_root/"};
cfg::_bool init_dirs{this, "Initialize Directories", true};
} vfs{this};