From d781efd87ba158f2f33988f5cf7e6ffdd96b2248 Mon Sep 17 00:00:00 2001 From: Anthony Young Date: Thu, 20 Oct 2011 12:36:09 -0700 Subject: [PATCH] fix space --- tools/build_kvm.sh | 1 - 1 file changed, 1 deletion(-) 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 @@ 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