From d2f88a6e4f7fe125ca4d61df046c8f96556b7bd0 Mon Sep 17 00:00:00 2001 From: Jacob Siverskog Date: Wed, 17 May 2017 13:27:57 +0200 Subject: [PATCH] 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. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ee6506..5d8a807 100755 --- a/README.md +++ b/README.md @@ -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