From 61cc5e9a02a38cd086d382e521509e85fecd6d07 Mon Sep 17 00:00:00 2001 From: axtloss Date: Sat, 17 Feb 2024 22:00:50 +0100 Subject: Fix fsverify signature verification --- config/config.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') 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" -- cgit v1.2.3