From 4ad51961e944e6124094ae5a217e808e6f50399d Mon Sep 17 00:00:00 2001 From: samtygier Date: Thu, 30 May 2019 12:07:16 +0200 Subject: [PATCH] Better docs for STAGE_LIST (#289) Note that quotes are needed, see bug #288. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a528934..62e2fb0 100755 --- a/README.md +++ b/README.md @@ -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: