Skip to content
Snippets Groups Projects
Commit cc448a5f authored by Luca Seritan's avatar Luca Seritan Committed by Andrei Gherzan
Browse files

docs: Remove nographic option in runqemu example


Graphic mode is supported for qemuarm-efi and qemuarm64-efi, so use this
by default.

Signed-off-by: default avatarLuca Seritan <luca.seritan@huawei.com>
parent d6210c20
No related branches found
No related tags found
1 merge request!250Add support for qemuarm/64 machines with EFI
......@@ -50,4 +50,4 @@ Once the image is done, you can run the Qemu using the provided script wrapper:
.. code-block:: console
$ MACHINE=qemuarm-efi runqemu oniro-image-base nographic slirp
$ MACHINE=qemuarm-efi runqemu oniro-image-base slirp
......@@ -50,4 +50,4 @@ Once the image is done, you can run the Qemu using the provided script wrapper:
.. code-block:: console
$ MACHINE=qemuarm64-efi runqemu oniro-image-base nographic slirp
$ MACHINE=qemuarm64-efi runqemu oniro-image-base slirp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment