| Index: image_to_vm.sh
|
| diff --git a/image_to_vm.sh b/image_to_vm.sh
|
| index d6ff61fa8b2edf6d1b139ab7ae40b35de84ee295..382d4ac763796ba116e032be3b00d027ce52c9e0 100755
|
| --- a/image_to_vm.sh
|
| +++ b/image_to_vm.sh
|
| @@ -280,7 +280,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 " \
|
| + echo "sudo kvm -m ${FLAGS_mem} -vga std -pidfile /tmp/kvm.pid -net nic,model=e1000 " \
|
| "-net user,hostfwd=tcp::922-:22 \\"
|
| echo " -hda ${FLAGS_to}/${DEFAULT_QEMU_IMAGE}"
|
| fi
|
|
|