Ver código fonte

3G mesh router image

Bob Mottram 8 anos atrás
pai
commit
0a151163f5
Nenhuma conta conectada ao e-mail do autor de commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/freedombone-image

+ 1
- 1
src/freedombone-image Ver arquivo

@@ -352,7 +352,7 @@ if [[ $VARIANT == 'mesh' ]]; then
352 352
     IMAGE_NAME=$'mesh'
353 353
     # typically not much disk space is needed for a mesh node
354 354
     if [ ! $IMAGE_SIZE_SPECIFIED ]; then
355
-        IMAGE_SIZE=2G
355
+        IMAGE_SIZE=3G
356 356
     fi
357 357
 fi
358 358