commit a80ea3ef8328d18ef82cc84c0c701473a1ea15d3
parent 588dbfc29071ba8c98401bb8d60334da10681318
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Tue, 4 Mar 2014 14:58:34 +0100
create-bootable: reduce image from 4gb to 2gb
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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