mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
use length 5 for failure report (?)
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
parent
f764a27a9a
commit
dc419a5f0e
@ -400,8 +400,8 @@ 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);
|
||||
LangLen = 0;
|
||||
AddNvramVariable(L"wake-failure", &gEfiAppleBootGuid, Attributes, 5, &LangLen);
|
||||
|
||||
return EFI_SUCCESS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user