Created
March 27, 2022 13:35
-
-
Save Trogious/c8e88aa17974df844fa3681c2c97c435 to your computer and use it in GitHub Desktop.
Create bootable Montenery install DMG
This file contains 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
hdiutil create -o Montenery -size 15000m -volname Montenery -layout SPUD -fs HFS+J | |
mkdir /Volumes/Montenery | |
hdiutil attach Montenery.dmg -noverify -mountpoint /Volumes/Montenery | |
/Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/Montenery --nointeraction |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment