diff options
| author | sickcodes <[email protected]> | 2021-12-19 19:42:51 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-12-19 19:42:51 +0000 |
| commit | 461ae7f960ba0db0b9f4cbe9bebc7a4513cb8878 (patch) | |
| tree | f216e0510073847debd7f1737d23a95595aecdc7 /custom/config-nopicker-custom.plist | |
| parent | Submodule update a9e2b126db742e0681b9b22e7b9c9b685b4825f0 (diff) | |
| download | docker-osx-461ae7f960ba0db0b9f4cbe9bebc7a4513cb8878.tar.xz docker-osx-461ae7f960ba0db0b9f4cbe9bebc7a4513cb8878.zip | |
Remove fails from /custom
Diffstat (limited to 'custom/config-nopicker-custom.plist')
| -rw-r--r-- | custom/config-nopicker-custom.plist | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/custom/config-nopicker-custom.plist b/custom/config-nopicker-custom.plist index 7310c06..daed0b9 100644 --- a/custom/config-nopicker-custom.plist +++ b/custom/config-nopicker-custom.plist @@ -957,7 +957,7 @@ <key>SystemAudioVolume</key> <data>Rg==</data> <key>boot-args</key> - <string>-v keepsyms=1 tlbto_us=0 vti=9</string> + <string>-v keepsyms=1 tlbto_us=0 vti=9 {{KERNEL_ARGS}}</string> <key>run-efi-updater</key> <string>No</string> <key>csr-active-config</key> @@ -1037,7 +1037,9 @@ <key>ProcessorType</key> <integer>0</integer> <key>ROM</key> - <data>{{ROM}}</data> + <data> + {{ROM}} + </data> <key>SpoofVendor</key> <true/> <key>SystemMemoryStatus</key> @@ -1378,7 +1380,7 @@ <key>ExitBootServicesDelay</key> <integer>0</integer> <key>ForceOcWriteFlash</key> - <{{THINKPAD}}/> + <false/> <key>ForgeUefiSupport</key> <false/> <key>IgnoreInvalidFlexRatio</key> |