1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 08:18:35 +00:00

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

@ -11,7 +11,7 @@ img=$2
set -e -x 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 cat << EOF
o o