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.
This commit is contained in:
parent
c92638438a
commit
d2f88a6e4f
1 changed files with 3 additions and 1 deletions
|
@ -156,8 +156,10 @@ from `./stage2` (if building a minimal system).
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Example for building a lite system
|
# 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*
|
rm stage4/EXPORT*
|
||||||
|
sudo ./build.sh # or ./build-docker.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
If you wish to build further configurations upon (for example) the lite
|
If you wish to build further configurations upon (for example) the lite
|
||||||
|
|
Loading…
Reference in a new issue