Index: image_to_vm.sh |
diff --git a/image_to_vm.sh b/image_to_vm.sh |
index 50e00e5612b33ba87277d2fcdb34f67bcd0bd8c8..2ff49846073be9c7f1389bb858ec7c8f8a1f3fe4 100755 |
--- a/image_to_vm.sh |
+++ b/image_to_vm.sh |
@@ -284,7 +284,7 @@ fi |
if [ "${FLAGS_format}" == "qemu" ]; then |
echo "If you have qemu-kvm installed, you can start the image by:" |
- echo "sudo kvm -m ${FLAGS_mem} -vga std -pidfile /tmp/kvm.pid -net nic,model=e1000 " \ |
+ echo "sudo kvm -m ${FLAGS_mem} -vga std -pidfile /tmp/kvm.pid -net nic,model=virtio " \ |
"-net user,hostfwd=tcp::9222-:22 \\" |
echo " -hda ${FLAGS_to}/${DEFAULT_QEMU_IMAGE}" |
fi |