fix space

This commit is contained in:
Anthony Young 2011-10-20 12:36:09 -07:00
parent babb2e075a
commit d781efd87b

View file

@ -231,7 +231,6 @@ rm -f $VM_DIR/disk
# Create our instance fs
qemu-img create -f qcow2 -b $BASE_IMAGE_COPY disk
# Mount the instance
qemu-nbd -c $NBD disk
mount $NBD $ROOTFS -o offset=32256 -t ext4