mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-22 19:10:15 +10:00
Set HibernateMode to Auto
This commit is contained in:
@@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
<img src="images/OC-Patcher.png" width="256">
|
<img src="images/OC-Patcher.png" width="256">
|
||||||
|
|
||||||
A python program for building and booting [OpenCore](https://github.com/acidanthera/OpenCorePkg) on legacy Macs, see [Supported SMBIOS](https://dortania.github.io/OpenCore-Legacy-Patcher/MODELS.html) on whether your model is supported.
|
A python program for building and booting [OpenCore](https://github.com/acidanthera/OpenCorePkg) on legacy Macs, see [Supported SMBIOS](https://dortania.github.io/OpenCore-Legacy-Patcher/MODELS.html) on whether your model is supported. Designed around Big Sur support.
|
||||||
|
|
||||||
|
* Application supports running on macOS El Capitan and newer
|
||||||
|
|
||||||
Supported features:
|
Supported features:
|
||||||
|
|
||||||
|
|||||||
@@ -735,7 +735,7 @@
|
|||||||
<key>ConsoleAttributes</key>
|
<key>ConsoleAttributes</key>
|
||||||
<integer>0</integer>
|
<integer>0</integer>
|
||||||
<key>HibernateMode</key>
|
<key>HibernateMode</key>
|
||||||
<string>None</string>
|
<string>Auto</string>
|
||||||
<key>HideAuxiliary</key>
|
<key>HideAuxiliary</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>LauncherPath</key>
|
<key>LauncherPath</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user