fix(image_to_vm): add correct ports for kvm instructions

This commit is contained in:
Brandon Philips 2013-02-28 10:47:06 -08:00
parent 8a60480ff2
commit ffbe6a1a66

View File

@ -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