Created
April 8, 2014 20:28
-
-
Save brunocruzcoelho/10186478 to your computer and use it in GitHub Desktop.
create mac osx mavericks usb installation drive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# - Install OS X Mavericks.app must be in /Applications | |
# | |
# - Usb disk must be formated with Mac OS Extended (Journaled) and named Untitled | |
# | |
sudo /Applications/Install\ OS\ X\ Mavericks.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ Mavericks.app --nointeraction | |
# | |
# output: | |
# | |
# Erasing Disk: 0%... 10%... 20%... 100%... | |
# Copying installer files to disk... | |
# Copy complete. | |
# Making disk bootable... | |
# Copying boot files... | |
# Copy complete. | |
# Done. | |
# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment