Skip to content

Commit

Permalink
update config.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynunez committed Nov 7, 2021
1 parent c871c09 commit e0117fa
Showing 1 changed file with 48 additions and 4 deletions.
52 changes: 48 additions & 4 deletions EFI/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@
<true/>
<key>ResetLogoStatus</key>
<false/>
<key>SyncTableIds</key>
<false/>
</dict>
</dict>
<key>Booter</key>
Expand Down Expand Up @@ -1169,6 +1171,8 @@
</dict>
<key>Scheme</key>
<dict>
<key>CustomKernel</key>
<false/>
<key>FuzzyMatch</key>
<false/>
<key>KernelArch</key>
Expand Down Expand Up @@ -1448,6 +1452,8 @@
<string>Auto</string>
<key>CustomDelays</key>
<false/>
<key>GraphicsInputMirroring</key>
<false/>
<key>KeyInitialDelay</key>
<integer>50</integer>
<key>KeySubsequentDelay</key>
Expand Down Expand Up @@ -1482,10 +1488,46 @@
<true/>
<key>Drivers</key>
<array>
<string>HfsPlus.efi</string>
<string>OpenRuntime.efi</string>
<string>AudioDxe.efi</string>
<string>OpenCanopy.efi</string>
<dict>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<true/>
<key>Path</key>
<string>HfsPlus.efi</string>
</dict>
<dict>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<true/>
<key>Path</key>
<string>OpenRuntime.efi</string>
</dict>
<dict>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<true/>
<key>Path</key>
<string>AudioDxe.efi</string>
</dict>
<dict>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<true/>
<key>Path</key>
<string>OpenCanopy.efi</string>
</dict>
</array>
<key>Input</key>
<dict>
Expand Down Expand Up @@ -1584,6 +1626,8 @@
<false/>
<key>ExitBootServicesDelay</key>
<integer>0</integer>
<key>ForceOcWriteFlash</key>
<false/>
<key>ForgeUefiSupport</key>
<false/>
<key>IgnoreInvalidFlexRatio</key>
Expand Down

0 comments on commit e0117fa

Please sign in to comment.