Skip to content

Instantly share code, notes, and snippets.

@nmcspadden
Last active August 29, 2015 14:20
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 nmcspadden/e71dd7fdc66bfb081b3f to your computer and use it in GitHub Desktop.
Save nmcspadden/e71dd7fdc66bfb081b3f to your computer and use it in GitHub Desktop.
<dict>
<key>name</key>
<string>Attempted Formatting</string>
<key>description</key>
<string>This will break everything you&apos;ve ever loved</string>
<key>restart_action</key>
<string>none</string>
<key>bless_target</key>
<false/>
<key>components</key>
<array>
<dict>
<key>type</key>
<string>eraseVolume</string>
</dict>
</array>
<dict>
<key>name</key>
<string>Attempted Formatting</string>
<key>description</key>
<string>This will break everything you&apos;ve ever loved</string>
<key>restart_action</key>
<string>none</string>
<key>bless_target</key>
<false/>
<key>components</key>
<array>
<dict>
<key>type</key>
<string>eraseVolume</string>
<key>name</key>
<string>My Partition</string>
</dict>
</array>
<dict>
<key>name</key>
<string>Attempted Formatting</string>
<key>description</key>
<string>This will break everything you&apos;ve ever loved</string>
<key>restart_action</key>
<string>none</string>
<key>bless_target</key>
<false/>
<key>components</key>
<array>
<dict>
<key>type</key>
<string>eraseVolume</string>
<key>name</key>
<string>My Partition</string>
<key>format</key>
<string>Journaled HFS+</string>
</dict>
</array>
<dict>
<key>name</key>
<string>Attempted Formatting 2</string>
<key>description</key>
<string>Partitioning into "One" + "Two", don't set a target, try to install a package</string>
<key>restart_action</key>
<string>none</string>
<key>bless_target</key>
<false/>
<key>components</key>
<array>
<dict>
<key>type</key>
<string>partition</string>
<key>map</key>
<string>GPTFormat</string>
<key>partitions</key>
<array>
<dict>
<key>format_type</key>
<string>Journaled HFS+</string>
<key>name</key>
<string>One</string>
<key>size</key>
<string>50%</string>
</dict>
<dict>
<key>format_type</key>
<string>Journaled HFS+</string>
<key>name</key>
<string>Two</string>
<key>size</key>
<string>50%</string>
</dict>
</array>
</dict>
<dict>
<key>type</key>
<string>package</string>
<key>url</key>
<string>http://repo.sacredsf.org/munki/imagr/some_package.pkg</string>
<key>first_boot</key>
<false/>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>Attempted Formatting</string>
<key>description</key>
<string>Partition into "First" + "Second", set "First" as target, install package</string>
<key>restart_action</key>
<string>none</string>
<key>bless_target</key>
<false/>
<key>components</key>
<array>
<dict>
<key>type</key>
<string>partition</string>
<key>map</key>
<string>GPTFormat</string>
<key>partitions</key>
<array>
<dict>
<key>format_type</key>
<string>Journaled HFS+</string>
<key>name</key>
<string>First Partition</string>
<key>size</key>
<string>50%</string>
<key>target</key>
<true/>
</dict>
<dict>
<key>format_type</key>
<string>Journaled HFS+</string>
<key>name</key>
<string>Second Partition</string>
<key>size</key>
<string>50%</string>
</dict>
</array>
</dict>
<dict>
<key>type</key>
<string>package</string>
<key>url</key>
<string>http://repo.sacredsf.org/munki/imagr/some_package.pkg</string>
<key>first_boot</key>
<false/>
</dict>
</array>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment