36e23f3ef1
Due to layout of current docs, some sections don't display the TOC on the left hand navbar, for example installation/installation.html One of the reasons is that the subsections there (installing or updating) are labelled as sections (=== instead of ----). This updates the installation and troubleshooting sections Change-Id: Iad8f9fd760716c3f7139684861b12e2cd286501a
518 B
518 B
Troubleshooting Image Build
Images fail to build
More space needed
Images are built in tmpfs by default, to speed up the builds. In case your machine doesn't have enough free RAM, the image building step can fail with a message like "At least 174MB more space needed on the / filesystem". If freeing up more RAM isn't a possibility, images can be built on disk by exporting an environment variable:
export DIB_NO_TMPFS=1