This commit is contained in:
Mykola Grymalyuk
2021-10-05 17:03:40 -06:00
parent 5a4ee57034
commit 0484e8e18c

View File

@@ -795,7 +795,7 @@ set million colour before rebooting"""
print("For Hackintoshes, please add amfi_get_out_of_my_way=1 to boot-args")
if self.check_board_id is True and (
self.computer.reported_board_id not in self.constants.sandy_board_id or
self.computer.reported_board_id not in self.constants.sandy_board_id and
self.computer.reported_board_id not in self.constants.sandy_board_id_stock
):
print("\nCannot patch! Board ID not supported by AppleIntelSNBGraphicsFB")