Hacker News new | ask | show | jobs
by LX-350 4630 days ago
Lion DiskMaker has a beta for creating a Mavericks GM disk. It should be updated soon to support the release. You just download the installer from the App Store and run Lion DiskMaker.

http://liondiskmaker.com/

1 comments

The installer itself can do this:

sudo /Applications/Install\ OS\ X\ Mavericks.app/Contents/Resources/createinstallmedia –volume /Volumes/WHATEVER_DISK –applicationpath /Applications/Install\ OS\ X\ Mavericks.app –nointeraction

I used:

    sudo "/Applications/Install OS X Mavericks.app/Contents/Resources/createinstallmedia" --volume /Volumes/Mavericks/ --applicationpath "/Applications/Install OS X Mavericks.app"
Note the double hyphens before the keywords. The quotes just make it easier to read.
Good catch! I think it tried to format my double hyphens as a dash. Should've thrown it in a code tag.