Skip to content

Commit

Permalink
Modify boot-args
Browse files Browse the repository at this point in the history
  • Loading branch information
jdleung committed Jun 9, 2021
1 parent 6160164 commit 7c4c2ec
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions EFI/OC/Config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,8 @@
<false/>
<key>PowerTimeoutKernelPanic</key>
<true/>
<key>ProvideCurrentCpuInfo</key>
<false/>
<key>SetApfsTrimTimeout</key>
<integer>-1</integer>
<key>ThirdPartyDrives</key>
Expand Down Expand Up @@ -693,6 +695,8 @@
<string>Not signed for security reasons</string>
<key>Enabled</key>
<false/>
<key>Flavour</key>
<string>Auto</string>
<key>Name</key>
<string>CustomOS</string>
<key>Path</key>
Expand All @@ -707,6 +711,8 @@
<true/>
<key>AllowSetDefault</key>
<true/>
<key>AllowToggleSip</key>
<false/>
<key>ApECID</key>
<integer>0</integer>
<key>AuthRestart</key>
Expand Down Expand Up @@ -743,6 +749,8 @@
<string>Not signed for security reasons</string>
<key>Enabled</key>
<false/>
<key>Flavour</key>
<string>Auto</string>
<key>Name</key>
<string>UEFI Shell</string>
<key>Path</key>
Expand All @@ -761,6 +769,8 @@
<string>Memory testing utility</string>
<key>Enabled</key>
<false/>
<key>Flavour</key>
<string>Auto</string>
<key>Name</key>
<string>memtest86</string>
<key>Path</key>
Expand All @@ -779,6 +789,8 @@
<string>Perform shutdown</string>
<key>Enabled</key>
<false/>
<key>Flavour</key>
<string>Auto</string>
<key>Name</key>
<string>Shutdown</string>
<key>Path</key>
Expand Down Expand Up @@ -806,7 +818,7 @@
<key>SystemAudioVolume</key>
<data>Rg==</data>
<key>boot-args</key>
<string>darkwake=0 keepsyms=1 debug=0x100 -v</string>
<string>keepsyms=1 debug=0x100 alcid=1 -v</string>
<key>csr-active-config</key>
<data>AAAAAA==</data>
<key>prev-lang:kbd</key>
Expand Down Expand Up @@ -875,7 +887,7 @@
<false/>
<key>Generic</key>
<dict>
<key>AdviseWindows</key>
<key>AdviseFeatures</key>
<false/>
<key>MaxBIOSVersion</key>
<false/>
Expand Down Expand Up @@ -997,7 +1009,7 @@
<key>ForceResolution</key>
<false/>
<key>GopPassThrough</key>
<false/>
<string>Disabled</string>
<key>IgnoreTextInGraphics</key>
<false/>
<key>ProvideConsoleGop</key>
Expand All @@ -1023,6 +1035,8 @@
<false/>
<key>AppleDebugLog</key>
<false/>
<key>AppleEg2Info</key>
<false/>
<key>AppleFramebufferInfo</key>
<false/>
<key>AppleImageConversion</key>
Expand Down

0 comments on commit 7c4c2ec

Please sign in to comment.