DIB project-config scripts requires DIB_RELEASE

Also add a helpful hint to run in offline mode to speed things up
while debugging.

Change-Id: I4727ff8f0199b4b190339409f8417566286d944e
This commit is contained in:
Ramy Asselin 2015-03-05 17:51:50 -08:00
parent 99c1601020
commit 2433522020
1 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Building an image is simple, we have a script!
::
DISTRO="ubuntu" bash tools/build-image.sh
DISTRO="ubuntu" DIB_RELEASE="trusty" bash tools/build-image.sh
See the script for environment variables to set distribution, etc.
You should be left with a .qcow2 image file of your selected
@ -38,6 +38,8 @@ It is a good idea to set ``TMP_DIR`` to somewhere with plenty of space
to avoid the disappointment of a full-disk mid-way through the script
run.
While testing, consider exporting DIB_OFFLINE=true, to skip updating the cache.
Mounting the image
------------------