Skip to content

Instantly share code, notes, and snippets.

@abhinavs
Created April 29, 2015 21:39
Show Gist options
  • Select an option

  • Save abhinavs/85041db0de4bc74798a4 to your computer and use it in GitHub Desktop.

Select an option

Save abhinavs/85041db0de4bc74798a4 to your computer and use it in GitHub Desktop.

Revisions

  1. abhinavs created this gist Apr 29, 2015.
    26 changes: 26 additions & 0 deletions org.chameleon.Boot.plist
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,26 @@
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>EHCIhard</key>
    <string>Yes</string>
    <key>EHCIacquire</key>
    <string>Yes</string>
    <key>Boot Banner</key>
    <string>No</string>
    <key>EthernetBuiltIn</key>
    <string>Yes</string>
    <key>GraphicsEnabler</key>
    <string>No</string>
    <key>IGPEnabler</key>
    <string>Yes</string>
    <key>Instant Menu</key>
    <string>Yes</string>
    <key>Kernel Flags</key>
    <string>-x -v -f npci=0x3000 darkwake=0 USBBusFix=Yes PCIRootUID=1 dart=0 nv_disable=1 cpus=1</string>
    <key>Legacy Logo</key>
    <string>Yes</string>
    <key>UseKernelCache</key>
    <string>No</string>
    </dict>
    </plist>