File tree Expand file tree Collapse file tree 2 files changed +8
-14
lines changed
Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ dependencies:
3030 Lilu:
3131 build: DEBUG
3232 version: 1.7.1
33- url: 'https://github.com/dortania/build-repo/releases/download/Lilu-2ec01fa /Lilu-1.7.1-DEBUG.zip'
34- resolution: 'acidanthera/Lilu@github:1.7.1#commit=2ec01fab29726828327ff09657ee754878c89bf8 '
33+ url: 'https://github.com/dortania/build-repo/releases/download/Lilu-dc556f7 /Lilu-1.7.1-DEBUG.zip'
34+ resolution: 'acidanthera/Lilu@github:1.7.1#commit=dc556f71f35fc39860db51f15016af5b9b24ab2f '
3535 specifier: 'acidanthera/Lilu@github'
3636 kind: Kext
37- revision: '{ SHA1: 2ec01fab29726828327ff09657ee754878c89bf8 }'
37+ revision: '{ SHA1: dc556f71f35fc39860db51f15016af5b9b24ab2f }'
3838 MacHyperVSupport:
3939 build: DEBUG
4040 version: 0.9.9
Original file line number Diff line number Diff line change @@ -46,6 +46,11 @@ NVRAM:
4646# Platform (SMBIOS) fixes #
4747# ###############################################################################
4848
49+ # Required for macOS Tahoe as iMac19,1 (2019, Coffee Lake+) were dropped.
50+ PlatformInfo :
51+ Generic :
52+ SystemProductName : String | "iMac20,1"
53+
4954# Prevents SMBIOS injection into non-Apple operating systems.
5055#
5156# This approach with UpdateSMBIOSMode relegates SMBIOS updates to macOS to avoid
@@ -162,17 +167,6 @@ Booter:
162167# Boot fixes #
163168# ###############################################################################
164169
165- # For beta macOS versions:
166- PlatformInfo :
167- Generic :
168- # Required for macOS Tahoe as iMac19,1 (2019, Coffee Lake+) were dropped.
169- SystemProductName : String | "iMac20,1"
170- NVRAM :
171- Add :
172- 7C436110-AB2A-4BBB-A880-FE41995C9F82 :
173- @append(" ")
174- boot-args : String | "-lilubetaall"
175-
176170Kernel :
177171 Quirks :
178172 # Provides the correct TSC and FSB values to the kernel, as well as disables
You can’t perform that action at this time.
0 commit comments