Update stage specification example

The previous example failed for me due to a missing SKIP in
stage5. While at it, complete the example with all steps needed to get
an image generated.
pull/85/head
Jacob Siverskog 2017-05-17 13:27:57 +02:00 committed by XECDesign
parent c92638438a
commit d2f88a6e4f
1 changed files with 3 additions and 1 deletions

View File

@ -156,8 +156,10 @@ from `./stage2` (if building a minimal system).
```bash
# Example for building a lite system
touch ./stage3/SKIP ./stage4/SKIP
echo "IMG_NAME='Raspbian'" > config
touch ./stage3/SKIP ./stage4/SKIP ./stage5/SKIP
rm stage4/EXPORT*
sudo ./build.sh # or ./build-docker.sh
```
If you wish to build further configurations upon (for example) the lite