Enable cache by default
This commit is contained in:
parent
5a933156c0
commit
61ba2c5347
|
@ -76,6 +76,7 @@ DEFINE_path(
|
|||
"Storage");
|
||||
|
||||
DEFINE_bool(mount_scratch, false, "Enable scratch mount", "Storage");
|
||||
DEFINE_bool(mount_cache, true, "Enable cache mount", "Storage");
|
||||
|
||||
DEFINE_transient_path(target, "",
|
||||
"Specifies the target .xex or .iso to execute.",
|
||||
|
|
Loading…
Reference in New Issue