Parcourir la source

3G mesh router image

Bob Mottram il y a 8 ans
Parent
révision
0a151163f5
Aucun compte lié à l'adresse email de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/freedombone-image

+ 1
- 1
src/freedombone-image Voir le fichier

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