Skip to content
Snippets Groups Projects
Commit 92570722 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

docs,flavours: add wic to linux runqemu commands

Ever since we've landed
https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/merge_requests/147 the way
to invoke `runqemu` has changed slightly. Update stale documentation
sections that were left out.

Closes: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/67


Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent c13f1be9
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ Once the image is built, you can run a Qemu X86-64 instance using the provided s
.. code-block:: console
$ MACHINE=qemux86-64 runqemu
$ MACHINE=qemux86-64 runqemu allscenarios-image-base wic
If the host has a VT-capable CPU, you can pass the ``kvm`` argument for better
performance. Check ``runqemu``'s help message for all available arguments.
......@@ -37,7 +37,7 @@ You can test the image built for the qemux86-64 target by issuing:
.. code-block:: console
$ runqemu qemux86-64
$ runqemu qemux86-64 allscenarios-image-base wic
After successful bootup, you will be dropped into a login shell:
......
......@@ -24,5 +24,5 @@ or via command line, e.g.:
You can also run generated qemu images with a command:
$ runqemu qemux86-64 qemuparams="-nographic"
$ runqemu qemux86-64 qemuparams="-nographic" allscenarios-image-base wic
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