We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb8413 commit f1abac0Copy full SHA for f1abac0
src/build.yml
@@ -13,6 +13,7 @@ Drivers:
13
@ifdef(RELEASE)
14
- OpenCanopy
15
@endif
16
+ - OpenPartitionDxe
17
- OpenRuntime
18
- ResetNvramEntry
19
Kexts:
src/patch.legacy.yml
@@ -16,6 +16,8 @@
Booter:
Quirks:
+ # Required for macOS 10.12 and older
20
+ FixupAppleEfiImages: Boolean | true
21
# Required for macOS 10.7 and older
22
AllowRelocationBlock: Boolean | true
23
ForceExitBootServices: Boolean | true
0 commit comments