Skip to content

Commit

Permalink
删除自动生成的._*文件,将HibernationFix.kext的加载顺序前移(因为依赖Lilu)。
Browse files Browse the repository at this point in the history
  • Loading branch information
private-static committed Apr 2, 2020
1 parent 47ce403 commit 7b025a8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
Binary file removed EFI/OC/ACPI/._SSDT-EXT4.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/._SSDT-GPRW.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/._SSDT-MCHC.aml
Binary file not shown.
32 changes: 16 additions & 16 deletions EFI/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1564,6 +1564,22 @@
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>HibernationFixup.kext</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/HibernationFixup</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>NoTouchID.kext</string>
Expand Down Expand Up @@ -1676,22 +1692,6 @@
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>HibernationFixup.kext</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/HibernationFixup</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>USBInjectAll.kext</string>
Expand Down

0 comments on commit 7b025a8

Please sign in to comment.