diff --git a/stuff/create-bootable b/stuff/create-bootable index 446586d..c5564a0 100755 --- a/stuff/create-bootable +++ b/stuff/create-bootable @@ -13,7 +13,7 @@ root=$1 img=$2 mnt="/mnt/morpheus" -fallocate -l 2G $img +fallocate -l 2G $img || dd if=/dev/zero of=$img bs=512M count=4 ( cat << EOF o