mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-27 12:15:19 +01:00
set wake-failure variable
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
parent
50faf1ae0a
commit
b1024a3627
@ -398,6 +398,11 @@ SetVariablesForOSX(LOADER_ENTRY *Entry)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//one more variable can be set for 10.15.4
|
||||||
|
//sudo nvram wake-failure=%00%00%00%00%00
|
||||||
|
Color = 0;
|
||||||
|
AddNvramVariable(L"wake-failure", &gEfiAppleBootGuid, Attributes, 4, &Color);
|
||||||
|
|
||||||
return EFI_SUCCESS;
|
return EFI_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user