Skip to content

Commit

Permalink
Persist csr-active-config and boot-args
Browse files Browse the repository at this point in the history
Also AppleDebug, ApplePanic to false
  • Loading branch information
vulgo committed Nov 24, 2020
1 parent 1f671c7 commit 26b48f7
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions 11.0.1/OpenCore-0.6.3/efi/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,9 @@
<key>Debug</key>
<dict>
<key>AppleDebug</key>
<true/>
<false/>
<key>ApplePanic</key>
<true/>
<false/>
<key>DisableWatchDog</key>
<false/>
<key>DisplayDelay</key>
Expand Down Expand Up @@ -432,12 +432,8 @@
<dict>
<key>SystemAudioVolume</key>
<data>Rg==</data>
<key>boot-args</key>
<string>-v keepsyms=1 debug=0x100</string>
<key>run-efi-updater</key>
<string>No</string>
<key>csr-active-config</key>
<data>Zw==</data>
<key>prev-lang:kbd</key>
<data></data>
</dict>
Expand All @@ -455,9 +451,7 @@
</array>
<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
<array>
<string>boot-args</string>
<string>run-efi-updater</string>
<string>csr-active-config</string>
</array>
</dict>
<key>LegacyEnable</key>
Expand Down

0 comments on commit 26b48f7

Please sign in to comment.