From f5020f8a524b39234ec8f1d7ce5608d49da4ea48 Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@freedombone.net>
Date: Sat, 16 Sep 2017 10:36:23 +0100
Subject: [PATCH] Smaller meshclient image

---
 src/freedombone-image | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/freedombone-image b/src/freedombone-image
index 61335f065..f0f041588 100755
--- a/src/freedombone-image
+++ b/src/freedombone-image
@@ -544,7 +544,7 @@ if [[ $VARIANT == 'meshclient' || $VARIANT == 'meshusb' ]]; then
     fi
 
     if [ ! $IMAGE_SIZE_SPECIFIED ]; then
-        IMAGE_SIZE=7.8G
+        IMAGE_SIZE=6G
     fi
 fi
 
-- 
GitLab