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:
parent
99c1601020
commit
2433522020
@ -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.
|
See the script for environment variables to set distribution, etc.
|
||||||
You should be left with a .qcow2 image file of your selected
|
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
|
to avoid the disappointment of a full-disk mid-way through the script
|
||||||
run.
|
run.
|
||||||
|
|
||||||
|
While testing, consider exporting DIB_OFFLINE=true, to skip updating the cache.
|
||||||
|
|
||||||
Mounting the image
|
Mounting the image
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user