Better docs for STAGE_LIST (#289)
Note that quotes are needed, see bug #288.
This commit is contained in:
parent
8acf95f237
commit
4ad51961e9
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user