From 31f5dc178fdd6ecd534597b0ab6d55d90460ce14 Mon Sep 17 00:00:00 2001 From: Kalle Vahlman Date: Tue, 13 Dec 2011 08:35:34 +0200 Subject: 3GB images by default, 4GB images fail to flash correctly (out of space?) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf32237..cb1bc48 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ MANIFEST := igloo.manifest VERSION := $(shell date +%Y%m%d)-custom ROOTFS := linaro-o-ubuntu-desktop-tar-20111121-0.tar.gz -IMAGE_SIZE := 4G +IMAGE_SIZE := 3G LIT_VERSION := 2011.10 LOCAL_DEBS := -- cgit v1.2.3