Added stage 5 to the text (#353)

pull/356/head
RaspberryPiFan 2019-11-27 17:11:20 +01:00 committed by XECDesign
parent d7c1ae21ca
commit 8bdbbfb099
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ If you wish to build up to a specified stage (such as building up to stage 2
for a lite system), place an empty file named `SKIP` in each of the `./stage`
directories you wish not to include.
Then add an empty file named `SKIP_IMAGES` to `./stage4` (if building up to stage 2) or
Then add an empty file named `SKIP_IMAGES` to `./stage4` and `./stage5` (if building up to stage 2) or
to `./stage2` (if building a minimal system).
```bash