-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
19 lines (10 loc) · 1.08 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Script Purpose:
This script is intended to run after the main system image has been restored, then create (if one doesn't already exist) a new 650 MB 'Recovery HD' partition, restore a pre-existing Recovery HD system disk image, and then change the partition type to 'Apple_Boot' via ASR's 'adjust' verb.
The script requires numerous input arguements, which are documented in the script's usage subroutine. The script must be run with sudo or as the root user.
You do not need to use this script if your master system image includes the 'Recovery HD' partition in it. You will end up with this type of system image if you create a system image from an entire disk versus the "From Folder" with Disk Utility or AutoDMG.
If you make any cool/useful changes to this script please fork this repo and submit a pull request!
System Requirements:
- Sudo / root permissions.
- Mac OS X 10.7 (Lion) or later.
- A disk image of the OS X 'Recovery HD' volume. Documentation on how to create it is located here:
<http://clc.its.psu.edu/UnivServices/itadmins/mac/blastimageconfig/createmasterdiskimages>