mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-22 19:10:15 +10:00
Add Sandy Bridge comment
This commit is contained in:
@@ -226,18 +226,18 @@ Supported Options:
|
|||||||
B. Exit
|
B. Exit
|
||||||
"""
|
"""
|
||||||
mojave_catalina = """Patches Root volume to fix misc issues such as:
|
mojave_catalina = """Patches Root volume to fix misc issues such as:
|
||||||
- Graphics Acceleration
|
- Graphics Acceleration
|
||||||
- Nvidia: Tesla - Fermi (8000-500 series)
|
- Nvidia: Tesla - Fermi (8000-500 series)
|
||||||
- Intel: Ironlake - Sandy Bridge
|
- Intel: Ironlake - Sandy Bridge
|
||||||
- AMD: TeraScale 1 and 2 (2000-6000 series)
|
- AMD: TeraScale 1 and 2 (2000-6000 series)
|
||||||
- Audio support for iMac7,1 and iMac8,1
|
- Audio support for iMac7,1 and iMac8,1
|
||||||
WARNING: Root Volume Patching is still in active development, please
|
WARNING: Root Volume Patching is still in active development, please
|
||||||
have all important user data backed up. Note when the system volume
|
have all important user data backed up. Note when the system volume
|
||||||
is patched, you can no longer have Delta updates or have FileVault
|
is patched, you can no longer have Delta updates or have FileVault
|
||||||
enabled.
|
enabled.
|
||||||
Supported Options:
|
Supported Options:
|
||||||
1. Patch System Volume
|
1. Patch System Volume
|
||||||
B. Exit
|
B. Exit
|
||||||
"""
|
"""
|
||||||
|
|
||||||
default = """
|
default = """
|
||||||
|
|||||||
@@ -594,12 +594,12 @@ class Constants:
|
|||||||
]
|
]
|
||||||
|
|
||||||
sandy_board_id = [
|
sandy_board_id = [
|
||||||
"Mac-E43C1C25D4880AD6",
|
"Mac-E43C1C25D4880AD6", # MacBookPro12,1
|
||||||
"Mac-06F11F11946D27C5",
|
"Mac-06F11F11946D27C5", # MacBookPro11,5
|
||||||
"Mac-9F18E312C5C2BF0B",
|
"Mac-9F18E312C5C2BF0B", # MacBookAir7,1
|
||||||
"Mac-937CB26E2E02BB01",
|
"Mac-937CB26E2E02BB01", # MacBookAir7,2
|
||||||
"Mac-35C5E08120C7EEAF",
|
"Mac-35C5E08120C7EEAF", # Macmini7,1
|
||||||
"Mac-7BA5B2D9E42DDD94",
|
"Mac-7BA5B2D9E42DDD94", # iMacPro1,1
|
||||||
]
|
]
|
||||||
|
|
||||||
board_id = {
|
board_id = {
|
||||||
|
|||||||
Reference in New Issue
Block a user