From 14927cc813c9165d1617c397edf0256e70a3e35b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 23 Feb 2016 13:51:40 +0000 Subject: [PATCH] Full install if about 5.6G, so increase the default image size --- src/freedombone-image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-image b/src/freedombone-image index 15dea6ed..bb747097 100755 --- a/src/freedombone-image +++ b/src/freedombone-image @@ -51,7 +51,7 @@ BUILD_DIR=~/.tmp_${PROJECT_NAME}_build VMDEBOOTSTRAP_REPO=git://git.liw.fi/vmdebootstrap VMDEBOOTSTRAP_VERSION=0.8 MAKEFILE=${PROJECT_NAME}-image-makefile -IMAGE_SIZE=4G +IMAGE_SIZE=8G IMAGE_NAME='full' USERNAME=$(echo $USER)