#!/bin/sh set -xe rm -f empty_drive.img dd if=/dev/zero of=empty_drive.img bs=1M count=128