Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcspadden committed Jun 2, 2015
1 parent e4c4e0a commit 47bc5e0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
#Setup Assistant Profiler

This tool installs a system level profile and a script for use with [Outset](https://github.com/chilcote/outset).
This tool installs a system level profile and a script for use with [Outset](https://github.com/chilcote/outset). This profile is designed to skip the Setup Assistant that launches every time a new build of OS X is installed, and the script modifies the profile to match the currently installed version and build of OS X.

*NOTE: While a generic package is supplied, it is recommended to build your own. A makefile is included for use with [Luggage](https://github.com/unixorn/luggage)*

This has been tested on OS X 10.10.3 and 10.10.4. Future Yosemite upgrades should work but retesting may need to take place for OS X 10.11.

##Configuration
Open `SetupAssistant.mobileconfig` and modify the `PayloadIdentifier` with your organization's name. If desired, also change the `PayloadUUID` in each payload.
##Usage
Open `SetupAssistant.mobileconfig` and modify the `PayloadIdentifier` with your organization's name. If desired, also change the `PayloadUUID` in each payload (use `/usr/bin/uuidgen` to generate new ones).

Place the `SetupAssistant.mobileconfig` profile into `/Library/Profiles/`.

Place the `setup_assistant_profiler.py` script into `/usr/local/outset/everyboot-scripts`.

On boot, the profile will be dynamically modified to match the current OS version and build, and then reinstalled, thus permanently bypassing the Setup Assistant that shows up with new versions.


## Creating a Custom Package
Expand Down

0 comments on commit 47bc5e0

Please sign in to comment.