Skip to content

Commit

Permalink
Fix machine name copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
vad-rulezz committed Oct 6, 2023
1 parent 2f3913f commit 652aa10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/system/openrisc/virt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ to load a Linux kernel and optional disk image. For example:

.. code-block:: bash
$ qemu-system-or1k -cpu or1220 -M or1k-sim -nographic \
$ qemu-system-or1k -cpu or1220 -M virt -nographic \
-device virtio-net-device,netdev=user -netdev user,id=user,net=10.9.0.1/24,host=10.9.0.100 \
-device virtio-blk-device,drive=d0 -drive file=virt.qcow2,id=d0,if=none,format=qcow2 \
-kernel vmlinux \
Expand Down

0 comments on commit 652aa10

Please sign in to comment.