diff --git a/static/build.html b/static/build.html index a9578ac9a..5be162784 100644 --- a/static/build.html +++ b/static/build.html @@ -601,6 +601,13 @@
script/generate-release.sh tegu BUILD_NUMBER+
If this results in an error similar to
+ Disk quota exceeded while populating file system,
+ the first thing to check is whether /tmp has enough space
+ (more than 15GB). The installation instructions include information about
+ using a different directory for temporary
+ files.
The factory images and update package will be in
releases/BUILD_NUMBER/release-tegu-BUILD_NUMBER.
The update zip performs a full OS installation so it can be used to update from
diff --git a/static/install/cli.html b/static/install/cli.html
index 7f71fb29b..4e640b49d 100644
--- a/static/install/cli.html
+++ b/static/install/cli.html
@@ -492,12 +492,13 @@
A common issue on Linux distributions is that they mount the default temporary file
- directory /tmp as tmpfs which results in it being backed by memory and
- swap rather than persistent storage. By default, the size is 50% of the available
- virtual memory. This is often not enough for the flashing process, especially since
- /tmp is shared between applications and users. To use a different
- temporary directory if your /tmp doesn't have enough space available:
A common issue on Linux distributions is that they mount the
+ default temporary file directory /tmp as tmpfs which results
+ in it being backed by memory and swap rather than persistent storage. By default,
+ the size is 50% of the available virtual memory. This is often not enough for
+ the flashing process, especially since /tmp is shared between
+ applications and users. To use a different temporary directory if your
+ /tmp doesn't have enough space available:
mkdir tmp && TMPDIR="$PWD/tmp" ./flash-all.sh