Skip to content

Instantly share code, notes, and snippets.

@filmgirl
Last active April 3, 2018 07:04
Show Gist options
  • Star 16 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save filmgirl/eac030290e688e802abb to your computer and use it in GitHub Desktop.
Save filmgirl/eac030290e688e802abb to your computer and use it in GitHub Desktop.
Create Bootable USB Drive for OS X Yosemite
sudo /Applications/Install\ OS\ X\ Yosemite.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ Yosemite.app --nointeraction
@filmgirl
Copy link
Author

Will update for final version once it's released!

@filmgirl
Copy link
Author

Updated for final copy

@cclauss
Copy link

cclauss commented Dec 8, 2014

Why not use quotes to eliminate the need for those pesky backslashes?

sudo "/Applications/Install OS X Yosemite.app/Contents/Resources/createinstallmedia" --volume /Volumes/Untitled --applicationpath "/Applications/Install OS X Yosemite.app" --nointeraction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment