Skip to content

Commit

Permalink
update README about new preflight stage
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Jan 8, 2018
1 parent b1142ec commit 4fb90d3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,15 @@ During a DEP SetupAssistant workflow (with a supported MDM), the following will
6. InstallApplications will gracefully exit and kill its process.

## Stages
There are currently two stages of packages:
There are currently three stages:
#### preflight ####
This stage is designed to only work with a **single rootscript**. This stage is useful for running InstallApplications on previously deployed machines or if you simply want to re-run it.

If the preflight script exits 0, InstallApplications will cleanup/remove itself, bypassing the setupassistant and userland stages.

If the preflight script exits 1 or higher, InstallApplications will continue with the bootstrap process.

Please note that the preflight stage will be skipped if InstallApplications is running at the loginwindow.
#### setupassistant ####
- Packages/rootscripts that should be prioritized for download/installation _and_ can be installed during SetupAssistant, where no user session is present.
#### userland ####
Expand Down

0 comments on commit 4fb90d3

Please sign in to comment.