create-bootable: reduce image from 4gb to 2gb

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
This commit is contained in:
Hiltjo Posthuma 2014-03-04 14:58:34 +01:00 committed by sin
parent 588dbfc290
commit a80ea3ef83

View File

@ -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