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