diff options
author | axtloss <axtlos@getcryst.al> | 2024-02-29 10:52:51 +0100 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-02-29 10:52:51 +0100 |
commit | fec5286ca126cf761593fbe04e56db9a89c5eb49 (patch) | |
tree | 4cc63329ec340b80d21c8a48bc30e7a9514baf57 /verify/config | |
parent | aa93cbb2393b538a22dea0b29b56fa8f2cb3c18c (diff) | |
download | fsverify-fec5286ca126cf761593fbe04e56db9a89c5eb49.tar.gz fsverify-fec5286ca126cf761593fbe04e56db9a89c5eb49.tar.bz2 |
Use fbwarn in fsverify
Diffstat (limited to 'verify/config')
-rw-r--r-- | verify/config/config.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/verify/config/config.go b/verify/config/config.go index 965243d..bd1527a 100644 --- a/verify/config/config.go +++ b/verify/config/config.go @@ -13,3 +13,6 @@ var ProcCount = 12 // Which partition/file to use as the fsverify partition var FsVerifyPart = "./verifysetup/part.fsverify" + +var FbWarnLoc = "/fsverify/bin/fbwarn" +var BVGLoc = "/fsverify/share/warn.bvg" |