Explorar el Código

3G mesh router image

Bob Mottram hace 8 años
padre
commit
0a151163f5
Ninguna cuenta está vinculada al correo electrónico del colaborador
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-image

+ 1
- 1
src/freedombone-image Ver fichero

@@ -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