Skip to content

Instantly share code, notes, and snippets.

@latpaw
Created April 25, 2013 10:44
Show Gist options
  • Save latpaw/5458918 to your computer and use it in GitHub Desktop.
Save latpaw/5458918 to your computer and use it in GitHub Desktop.
修改chameleon的默认启动项,修改wowpc.iso内的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,6)</string>
<key>Instant Menu</key>
<string>yes</string>
<key>Quiet Boot</key>
<string>Yes</string>
<key>Timeout</key>
<string>3</string>
<key>Wait</key>
<string>No</string>
<key>ShowInfo</key>
<string>No</string>
<key>Hide Partition</key>
<string>hd(0,3) hd(0,4)</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment