aboutsummaryrefslogtreecommitdiff
path: root/config/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.go')
-rw-r--r--config/config.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go
index 0a71847..965243d 100644
--- a/config/config.go
+++ b/config/config.go
@@ -10,3 +10,6 @@ var KeyLocation = "/dev/ttyACM1"
// The amount of threads the DB was created with, has to be the amount of processes
// verifysetup was set to use
var ProcCount = 12
+
+// Which partition/file to use as the fsverify partition
+var FsVerifyPart = "./verifysetup/part.fsverify"