Skip to content

Instantly share code, notes, and snippets.

@Kozlov-V
Last active August 29, 2015 14:20
Show Gist options
  • Save Kozlov-V/05ad99b49f5e1f7d3cd6 to your computer and use it in GitHub Desktop.
Save Kozlov-V/05ad99b49f5e1f7d3cd6 to your computer and use it in GitHub Desktop.
org.chameleon.Boot.plist
<?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>Default Partition</key>
<string>hd(0,2)</string>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>Graphics Mode</key>
<string>1024x768x32</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>Kernel Flags</key>
<string>nvda_drv=1 PCIRootUID=1</string>
<key>SMBIOS</key>
<string>/Extra/SMBios.plist</string>
<key>Timeout</key>
<string>3</string>
</dict>
</plist>
@Kozlov-V
Copy link
Author

Kozlov-V commented May 1, 2015

add EthernetBuiltIn for AppStore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment