Increase image size for mesh routers

This commit is contained in:
Bob Mottram 2017-10-30 14:24:50 +00:00
parent 8462ba2f85
commit 23f1bbb452
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ if [[ $VARIANT == 'mesh' ]]; then
IMAGE_NAME=$'mesh'
# typically not much disk space is needed for a mesh node
if [ ! $IMAGE_SIZE_SPECIFIED ]; then
IMAGE_SIZE=3G
IMAGE_SIZE=5G
fi
fi