diff --git a/image_to_vm.sh b/image_to_vm.sh index 6ae6e0e047..44795b6b81 100755 --- a/image_to_vm.sh +++ b/image_to_vm.sh @@ -242,6 +242,6 @@ 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 cirrus -pidfile /tmp/kvm.pid" \ - "-net nic,model=virtio -net user,hostfwd=tcp::9222-:22 \\" + "-net nic,model=virtio -net user,hostfwd=tcp::8080-:8080,hostfwd=::8000-:8000 \\" echo "-hda ${FLAGS_to}/${DEFAULT_QEMU_IMAGE}" fi