Skip to content

Commit

Permalink
Merge pull request #44 from ultravioletrs/dorcas/docsEditing
Browse files Browse the repository at this point in the history
Remove 'vnc' for manager as it we don't use it
  • Loading branch information
drasko authored Dec 16, 2024
2 parents ed59570 + 70c375c commit b57e8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ qemu-system-x86_64 \
-drive if=pflash,format=raw,unit=0,file=$OVMF_CODE,readonly=on \
-netdev user,id=vmnic,hostfwd=tcp::7020-:7002 \
-device virtio-net-pci,disable-legacy=on,iommu_platform=true,netdev=vmnic,romfile= \
-device vhost-vsock-pci,id=vhost-vsock-pci0,guest-cid=3 -vnc :0 \
-device vhost-vsock-pci,id=vhost-vsock-pci0,guest-cid=3 \
-kernel $KERNEL \
-append "earlyprintk=serial console=ttyS0" \
-initrd $INITRD \
Expand Down

0 comments on commit b57e8c2

Please sign in to comment.