commit | d781efd87ba158f2f33988f5cf7e6ffdd96b2248 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Thu Oct 20 12:36:09 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Thu Oct 20 12:36:09 2011 -0700 |
tree | 49c58c28c558be79bf53388d65695ffc77dc67f0 | |
parent | babb2e075adbba7402d0914ad81eb01d5fe5c17e [diff] |
fix space
diff --git a/tools/build_kvm.sh b/tools/build_kvm.sh index d30250d..24e99f1 100755 --- a/tools/build_kvm.sh +++ b/tools/build_kvm.sh
@@ -231,7 +231,6 @@ # 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