diff options
author | kavsrf <kavsrf@gmail.com> | 2017-09-03 09:23:17 +0300 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-12-09 11:26:48 +0100 |
commit | 42d7c987c89c294560fef23f440c9a2bd1df65c6 (patch) | |
tree | 60464dc1274d563e7e5e613a0cf00957fe88e8d5 /DcsBoot | |
parent | fceb3623c755f58053fb40f656ca42a1c2c0e896 (diff) | |
download | VeraCrypt-DCS-42d7c987c89c294560fef23f440c9a2bd1df65c6.tar.gz VeraCrypt-DCS-42d7c987c89c294560fef23f440c9a2bd1df65c6.zip |
size of sector = 512 (check and info)
Diffstat (limited to 'DcsBoot')
-rw-r--r-- | DcsBoot/DcsBoot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DcsBoot/DcsBoot.c b/DcsBoot/DcsBoot.c index f897a48..7eaf41b 100644 --- a/DcsBoot/DcsBoot.c +++ b/DcsBoot/DcsBoot.c @@ -71,7 +71,7 @@ UpdateDriverBmlStart() { CHAR16* tmp = NULL;
// Driver load selected?
- drvInst = ConfigReadInt("DcsBmlDriver", 1);
+ drvInst = ConfigReadInt("DcsBmlDriver", 0);
if (drvInst) {
res = EfiGetVar(sDcsBmlDriverVar, &gEfiGlobalVariableGuid, &tmp, &len, &attr);
// Driver installed?
|