Fix recovery

This commit is contained in:
Echo Hou
2019-10-25 16:13:57 +08:00
parent b157d39a1d
commit 47cddb24ab
7 changed files with 3 additions and 3 deletions
Vendored
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+3 -3
View File
@@ -1270,7 +1270,7 @@
<key>Security</key> <key>Security</key>
<dict> <dict>
<key>AllowNvramReset</key> <key>AllowNvramReset</key>
<false/> <true/>
<key>ExposeSensitiveData</key> <key>ExposeSensitiveData</key>
<integer>2</integer> <integer>2</integer>
<key>HaltLevel</key> <key>HaltLevel</key>
@@ -1409,7 +1409,7 @@
<key>Drivers</key> <key>Drivers</key>
<array> <array>
<string>ApfsDriverLoader.efi</string> <string>ApfsDriverLoader.efi</string>
<string>VBoxHfs.efi</string> <string>HFSPlus.efi</string>
<string>VirtualSmc.efi</string> <string>VirtualSmc.efi</string>
<string>FwRuntimeServices.efi</string> <string>FwRuntimeServices.efi</string>
<string>UsbKbDxe.efi</string> <string>UsbKbDxe.efi</string>
@@ -1461,7 +1461,7 @@
<key>Quirks</key> <key>Quirks</key>
<dict> <dict>
<key>AvoidHighAlloc</key> <key>AvoidHighAlloc</key>
<false/> <true/>
<key>ClearScreenOnModeSwitch</key> <key>ClearScreenOnModeSwitch</key>
<false/> <false/>
<key>ExitBootServicesDelay</key> <key>ExitBootServicesDelay</key>
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.