From 7582fd25ea47744370987c993dd03c0bba30890d Mon Sep 17 00:00:00 2001 From: Andreas Eiermann Date: Thu, 9 Jun 2016 13:31:30 +0200 Subject: [PATCH] increase root partition size --- builder/odroid/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/odroid/build.sh b/builder/odroid/build.sh index 6715f61..f135afc 100755 --- a/builder/odroid/build.sh +++ b/builder/odroid/build.sh @@ -9,7 +9,7 @@ fi ### setting up some important variables to control the build process BUILD_RESULT_PATH="/workspace" IMAGE_PATH="odroid-raw.img" -SD_CARD_SIZE=800 +SD_CARD_SIZE=1300 BOOT_PARTITION_SIZE=64 # create empty BOOT/ROOTFS image file