Skip to content

Commit

Permalink
MISC - Removed unnecessary keys
Browse files Browse the repository at this point in the history
  • Loading branch information
csrutil committed Jan 6, 2021
1 parent 5d72326 commit 7644b6e
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions EFI/OC/Config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,8 @@
<false/>
<key>DisableIoMapper</key>
<true/>
<key>DisableLinkeditJettison</key>
<true/>
<key>ExternalDiskIcons</key>
<false/>
<key>IncreasePciBarSize</key>
Expand Down Expand Up @@ -803,6 +805,8 @@
<dict>
<key>EnableJumpstart</key>
<true/>
<key>GlobalConnect</key>
<false/>
<key>HideVerbose</key>
<true/>
<key>JumpstartHotPlug</key>
Expand All @@ -814,18 +818,20 @@
</dict>
<key>Audio</key>
<dict>
<key>AudioSupport</key>
<false/>
<key>AudioDevice</key>
<string>PciRoot(0x0)/Pci(0x1b,0x0)</string>
<key>AudioCodec</key>
<integer>0</integer>
<key>AudioDevice</key>
<string>PciRoot(0x0)/Pci(0x1b,0x0)</string>
<key>AudioOut</key>
<integer>0</integer>
<key>AudioSupport</key>
<false/>
<key>MinimumVolume</key>
<integer>20</integer>
<key>PlayChime</key>
<false/>
<string>Auto</string>
<key>SetupDelay</key>
<integer>0</integer>
<key>VolumeAmplifier</key>
<integer>0</integer>
</dict>
Expand Down Expand Up @@ -902,8 +908,6 @@
</dict>
<key>Quirks</key>
<dict>
<key>DeduplicateBootOrder</key>
<true/>
<key>ExitBootServicesDelay</key>
<integer>0</integer>
<key>IgnoreInvalidFlexRatio</key>
Expand Down

0 comments on commit 7644b6e

Please sign in to comment.