Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Add Disable panic kext logging patch
Browse files Browse the repository at this point in the history
  • Loading branch information
stevezhengshiqi committed Sep 28, 2018
1 parent 688284a commit d7aca90
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions EFI/CLOVER/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,29 @@
<data>RiV1VHh4eHgA</data>
</dict>
</array>
<key>KernelToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>Disable panic kext logging on 10.13 release kernel (credit Vandroiy)</string>
<key>MatchOS</key>
<string>10.13.x</string>
<key>Find</key>
<data>igKEwHRE</data>
<key>Replace</key>
<data>igKEwOtE</data>
</dict>
<dict>
<key>Comment</key>
<string>Disable panic kext logging on 10.14 release kernel (credit Vandroiy)</string>
<key>MatchOS</key>
<string>10.14.x</string>
<key>Find</key>
<data>igKEwHRC</data>
<key>Replace</key>
<data>igKEwOtC</data>
</dict>
</array>
</dict>
<key>RtVariables</key>
<dict>
Expand Down

0 comments on commit d7aca90

Please sign in to comment.