Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

madhatmac

macrumors newbie
Original poster
Jun 25, 2013
27
0
Hi folks,

I just had a question more out of curiosity than anything else...

For the Terminal command to create a bootable installer, what does "--nointeration" mean at the end:

sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ macOS\ Sierra.app --nointeraction

Also, I've seen another site add an extra bit. They have the same as above except at the end it is "--nointeraction &&say Done". What does "&&say Done" mean?

I don't use Terminal much and was just curious :)

Thank you
 

MC6800

macrumors 6502
Jun 29, 2016
369
126
The "--nointeraction" keeps createinstallmedia from asking you if you're sure.

The "&& say Done" is a conditional second command that will speak the word "Done" if-and-when the first completes successfully. You can try just the "say Done" to check it out (or have it say whatever you want).
 
  • Like
Reactions: nikolajlr

madhatmac

macrumors newbie
Original poster
Jun 25, 2013
27
0
The "--nointeraction" keeps createinstallmedia from asking you if you're sure.

The "&& say Done" is a conditional second command that will speak the word "Done" if-and-when the first completes successfully. You can try just the "say Done" to check it out (or have it say whatever you want).

Thanks, MC6800 :)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.