Better docs for STAGE_LIST (#289)

Note that quotes are needed, see bug #288.
pull/431/head
samtygier 2019-05-30 12:07:16 +02:00 committed by XECDesign
parent 8acf95f237
commit 4ad51961e9
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ The following environment variables are supported:
* `STAGE_LIST` (Default: `stage*`)
If set, then instead of working through the numeric stages in order, this list will be followed. For example setting to `stage0 stage1 mystage stage2` will run the contents of `mystage` before stage2. An absolute or relative path can be given for stages outside the pi-gen directory.
If set, then instead of working through the numeric stages in order, this list will be followed. For example setting to `"stage0 stage1 mystage stage2"` will run the contents of `mystage` before stage2. Note that quotes are needed around the list. An absolute or relative path can be given for stages outside the pi-gen directory.
A simple example for building Raspbian: