Skip to content

Instantly share code, notes, and snippets.

@jessehao
Last active July 20, 2020 08:20
Show Gist options
  • Save jessehao/b37dbaa244b3dccedd28b8d05c8dfeca to your computer and use it in GitHub Desktop.
Save jessehao/b37dbaa244b3dccedd28b8d05c8dfeca to your computer and use it in GitHub Desktop.
Create macOS Installer ISO
hdiutil create -size 12G -fs hfs+ -volname macOSInstaller -type SPARSEBUNDLE /Users/Shared/macOSInstaller
hdiutil attach /Users/Shared/macOSInstaller.sparsebundle
'/Applications/Install macOS Big Sur Beta.app/Contents/Resources/createinstallmedia' --volume /Volumes/macOSInstaller --nointeraction
hdiutil detach /Volumes/Install\ macOS\ Beta -force
hdiutil makehybrid -o /Users/Shared/macOSInstaller /Users/Shared/macOSInstaller.sparsebundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment