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

Merge branch 'docs-login' into 'kirkstone'

docs: Fix login information missing from virtual targets

Closes docs#156

See merge request eclipse/oniro-core/oniro!291
parents b717ad6b af204039
No related branches found
No related tags found
1 merge request!291docs: Fix login information missing from virtual targets
......@@ -42,11 +42,16 @@ You can test the image built for the qemux86-64 target by issuing:
$ runqemu qemux86-64 oniro-image-base wic ovmf slirp
.. _linux-flavour-usage:
Usage
*****
After successful bootup, you will be dropped into a login shell:
.. code-block:: console
qemux86-64 login:
oniro-linux-qemux86-64 login:
The default login name is **oniro** with **oniro** as a password.
......@@ -54,12 +59,13 @@ After login you will see the shell prompt:
.. code-block:: console
root@qemux86-64:~#
oniro@oniro-linux-qemux86-64:~$
To exit qemu, you can either shut down the system:
.. code-block:: console
root@qemux86:~# poweroff -f
oniro@oniro-linux-qemux86-64:~$ sudo poweroff
Password: oniro
or close qemu using a key combination: *Ctrl-a followed by 'x'*.
......@@ -51,3 +51,5 @@ 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 slirp
For additional information refer to the :ref:`usage section <linux-flavour-usage>`.
......@@ -51,3 +51,5 @@ 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 slirp
For additional information refer to the :ref:`usage section <linux-flavour-usage>`.
......@@ -49,3 +49,5 @@ Once the image is done, you can run the Qemu using the provided script wrapper:
.. code-block:: console
$ MACHINE=qemux86-64 runqemu oniro-image-base wic ovmf slirp
For additional information refer to the :ref:`usage section <linux-flavour-usage>`.
......@@ -49,3 +49,5 @@ Once the image is done, you can run the Qemu using the provided script wrapper:
.. code-block:: console
$ MACHINE=qemux86 runqemu oniro-image-base wic ovmf slirp
For additional information refer to the :ref:`usage section <linux-flavour-usage>`.
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