Browse Source

Increase image size for mesh routers

Bob Mottram 7 years ago
parent
commit
23f1bbb452
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-image

+ 1
- 1
src/freedombone-image View File

533
     IMAGE_NAME=$'mesh'
533
     IMAGE_NAME=$'mesh'
534
     # typically not much disk space is needed for a mesh node
534
     # typically not much disk space is needed for a mesh node
535
     if [ ! $IMAGE_SIZE_SPECIFIED ]; then
535
     if [ ! $IMAGE_SIZE_SPECIFIED ]; then
536
-        IMAGE_SIZE=3G
536
+        IMAGE_SIZE=5G
537
     fi
537
     fi
538
 fi
538
 fi
539
 
539