From 9eed955691686ee4e10ba365645b93d668d8bd6d Mon Sep 17 00:00:00 2001 From: Jules Winnfield Date: Fri, 24 Jan 2014 09:38:38 +0100 Subject: [PATCH] extend image size --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 2333095..1705529 100644 --- a/build.sh +++ b/build.sh @@ -116,8 +116,8 @@ make -j2 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- INSTALL_HDR_PATH=output hea #-------------------------------------------------------------------------------- echo "------ Creating SD Images" cd $DEST/output -# create 1Gb image and mount image to next free loop device -dd if=/dev/zero of=arch_rootfs.raw bs=1M count=1000 +# create 2Gb image and mount image to next free loop device +dd if=/dev/zero of=arch_rootfs.raw bs=1M count=2000 LOOP0=$(losetup -f) losetup $LOOP0 arch_rootfs.raw