Procházet zdrojové kódy

3G mesh router image

Bob Mottram před 8 roky
rodič
revize
0a151163f5
No account linked to committer's email
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/freedombone-image

+ 1
- 1
src/freedombone-image Zobrazit soubor

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