Skip to content

Instantly share code, notes, and snippets.

@macmule
Created March 4, 2015 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save macmule/827f8ddb8a65ddc007b2 to your computer and use it in GitHub Desktop.
Save macmule/827f8ddb8a65ddc007b2 to your computer and use it in GitHub Desktop.
Composer Captured OS.dmg
<?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>system-entities</key>
<array>
<dict>
<key>dev-entry</key>
<string>/dev/disk2</string>
<key>mount-point</key>
<string>/Volumes/Macintosh HD 1</string>
<key>potentially-mountable</key>
<true/>
<key>volume-kind</key>
<string>hfs</string>
</dict>
</array>
</dict>
</plist>
AutoDMG OS.dmg
<?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>system-entities</key>
<array>
<dict>
<key>content-hint</key>
<string>GUID_partition_scheme</string>
<key>dev-entry</key>
<string>/dev/disk3</string>
<key>potentially-mountable</key>
<false/>
<key>unmapped-content-hint</key>
<string>GUID_partition_scheme</string>
</dict>
<dict>
<key>content-hint</key>
<string>EFI</string>
<key>dev-entry</key>
<string>/dev/disk3s1</string>
<key>potentially-mountable</key>
<true/>
<key>unmapped-content-hint</key>
<string>C12A7328-F81F-11D2-BA4B-00A0C93EC93B</string>
<key>volume-kind</key>
<string>msdos</string>
</dict>
<dict>
<key>content-hint</key>
<string>Apple_HFS</string>
<key>dev-entry</key>
<string>/dev/disk3s2</string>
<key>mount-point</key>
<string>/Volumes/Macintosh HD 2</string>
<key>potentially-mountable</key>
<true/>
<key>unmapped-content-hint</key>
<string>48465300-0000-11AA-AA11-00306543ECAC</string>
<key>volume-kind</key>
<string>hfs</string>
</dict>
<dict>
<key>content-hint</key>
<string>Apple_Boot</string>
<key>dev-entry</key>
<string>/dev/disk3s3</string>
<key>potentially-mountable</key>
<true/>
<key>unmapped-content-hint</key>
<string>426F6F74-0000-11AA-AA11-00306543ECAC</string>
<key>volume-kind</key>
<string>hfs</string>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment