Better docs for STAGE_LIST

Note that quotes are needed, see bug #288.
pull/289/head
Sam Tygier 2019-05-29 19:15:00 +01:00
parent 8acf95f237
commit 8e2ca9e42d
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: