mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
change defaults in config
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
parent
30f3048fbf
commit
6db8fd03d0
File diff suppressed because it is too large
Load Diff
@ -420,7 +420,7 @@ SetVariablesForOSX(LOADER_ENTRY *Entry)
|
||||
if (!gDriversFlags.AptioMemFixLoaded) {
|
||||
DeleteNvramVariable(L"recovery-boot-mode", gEfiAppleBootGuid);
|
||||
}
|
||||
|
||||
/*
|
||||
// Check for AptioFix2Drv loaded to store efi-boot-device for special boot
|
||||
if (gDriversFlags.AptioFix2Loaded || gDriversFlags.AptioFixLoaded ||
|
||||
gDriversFlags.AptioFix3Loaded || gDriversFlags.AptioMemFixLoaded) {
|
||||
@ -435,7 +435,7 @@ SetVariablesForOSX(LOADER_ENTRY *Entry)
|
||||
DBG("can't set specialbootdevice!\n");
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
// Sherlocks: to fix "OSInstall.mpkg appears to be missing or damaged" in 10.13+, we should remove this variables.
|
||||
if (Entry->LoaderType == OSTYPE_OSX_INSTALLER) {
|
||||
if (Entry->macOSVersion.isEmpty() || Entry->macOSVersion > MacOsVersion("10.12"_XS8)) {
|
||||
|
Loading…
Reference in New Issue
Block a user