diskutil partitionDisk disk0 2 GPT JHFS+ os 90% JHFS+ installer 10%Download the install image onto the os partition:
curl -o /Volumes/os/osximage.dmg -L http://mydomain.com/osximage.dmgand restore it to the installer partition:
asr restore --erase --noprompt --noverify --target /dev/disk0s3 --source /Volumes/os/osximage.dmgReboot!
No comments:
Post a Comment