Allow stock Board ID for spoofs

This commit is contained in:
Mykola Grymalyuk
2021-10-05 16:30:02 -06:00
parent e20bc2aca5
commit 5a4ee57034
4 changed files with 40 additions and 3 deletions
-1
View File
@@ -335,7 +335,6 @@ class BuildOpenCore:
# USB Map
usb_map_path = Path(self.constants.plist_folder_path) / Path("AppleUSBMaps/Info.plist")
# iMac7,1 kernel panics with USB map installed, remove for time being until properly debugged
if (
usb_map_path.exists()
and self.constants.allow_oc_everywhere is False