pull/169/merge
David Steele 2018-03-24 18:15:23 +00:00 committed by GitHub
commit e26f1ae151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ follows:
* Run build.sh to build all stages
* Add SKIP files to the earlier successfully built stages
* Modify the last stage
* Rebuild just the last stage using ```sudo CLEAN=1 ./build.sh```
* Rebuild just the last stage using ```sudo ./build.sh```
* Once you're happy with the image you can remove the SKIP_IMAGES files and
export your image to test

View File

@ -143,7 +143,7 @@ export LOG_FILE="${WORK_DIR}/build.log"
export BASE_DIR
export CLEAN
export CLEAN=${CLEAN:-"1"}
export IMG_NAME
export APT_PROXY