Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Created December 5, 2016 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtrouton/fc19a94f71b73dab81b6ecccf046dbfd to your computer and use it in GitHub Desktop.
Save rtrouton/fc19a94f71b73dab81b6ecccf046dbfd to your computer and use it in GitHub Desktop.
Example output from running ./createOSXinstallPkg --source "/Applications/Install macOS Sierra.app"
computername:createOSXinstallPkg username$ sudo ./createOSXinstallPkg --source "/Applications/Install macOS Sierra.app"
Examining and verifying source...
----------------------------------------------------------------
InstallESD.dmg: /Applications/Install macOS Sierra.app/Contents/SharedSupport/InstallESD.dmg
OS Version: 10.12.1
OS Build: 16B2659
----------------------------------------------------------------
Output path: /Users/username/createOSXinstallPkg/InstallOSX_10.12.1_16B2659.pkg
Creating package wrapper...
Copying brtool into package resources...
Creating MacOSXInstaller.choiceChanges...
----------------------------------------------------------------
Downloading and adding IncompatibleAppList pkg...
Downloading http://swcdn.apple.com/content/downloads/17/04/031-83163/n8thccuwnoqetn1kyn53bheb4nb7pw3wbv/OSX_10_12_IncompatibleAppList.pkg to /Users/username/createOSXinstallPkg/InstallOSX_10.12.1_16B2659.pkg/Contents/Resources/OS X Install Data/OSX_10_12_IncompatibleAppList.pkg...
Writing index.sproduct to /Users/username/createOSXinstallPkg/InstallOSX_10.12.1_16B2659.pkg/Contents/Resources/OS X Install Data/index.sproduct...
----------------------------------------------------------------
Copying InstallESD into package...
----------------------------------------------------------------
Done! Completed package at: /Users/username/createOSXinstallPkg/InstallOSX_10.12.1_16B2659.pkg
computername:createOSXinstallPkg username$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment