by Jacob Gardiner-Moon | Nov 14, 2015 | Apple, El Capitan 10.11
#!/bin/bash # Mount the installer image hdiutil attach /Applications/Install OS X El Capitan.app/Contents/SharedSupport/InstallESD.dmg -noverify -nobrowse -mountpoint /Volumes/install_app # Create the ElCapitan Blank ISO Image of 7316mb with a Single Partition –... by Jacob Gardiner-Moon | Nov 12, 2015 | Apple, Mavericks 10.9
I’ve created this post as I had the need for a OS X Mavericks ISO and could not find out how to actually create a working copy of the installer. This was required to as I needed to install OS X Mavericks on VMware ESXI. You can create an ISO by using this...