From a80ea3ef8328d18ef82cc84c0c701473a1ea15d3 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Tue, 4 Mar 2014 14:58:34 +0100 Subject: [PATCH] create-bootable: reduce image from 4gb to 2gb Signed-off-by: Hiltjo Posthuma --- stuff/create-bootable | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stuff/create-bootable b/stuff/create-bootable index f48f75a..202d80e 100755 --- a/stuff/create-bootable +++ b/stuff/create-bootable @@ -11,7 +11,7 @@ img=$2 set -e -x -dd if=/dev/zero of=$img bs=512M count=8 +dd if=/dev/zero of=$img bs=512M count=4 ( cat << EOF o