diff --git a/docs/build-flavours/linux-flavour.rst b/docs/build-flavours/linux-flavour.rst index 55b4394a1288838e59aba8cb1601290596f109d6..b97a6dd97dfe468267ea8d0cf58c15e20e557738 100644 --- a/docs/build-flavours/linux-flavour.rst +++ b/docs/build-flavours/linux-flavour.rst @@ -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'*. diff --git a/docs/hardware-support/virtual-boards/qemuarm-efi.rst b/docs/hardware-support/virtual-boards/qemuarm-efi.rst index 66280b824f8965d0f31624c177caa3ded6e73cc4..784418ecd095ef68e01c66c1a961ba5c993dd17f 100644 --- a/docs/hardware-support/virtual-boards/qemuarm-efi.rst +++ b/docs/hardware-support/virtual-boards/qemuarm-efi.rst @@ -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>`. diff --git a/docs/hardware-support/virtual-boards/qemuarm64-efi.rst b/docs/hardware-support/virtual-boards/qemuarm64-efi.rst index 39ce379e636e156d01a7626abc72050e107c632c..8ca59d7477eedeeb029cf4c36185f8c9a4db55cf 100644 --- a/docs/hardware-support/virtual-boards/qemuarm64-efi.rst +++ b/docs/hardware-support/virtual-boards/qemuarm64-efi.rst @@ -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>`. diff --git a/docs/hardware-support/virtual-boards/qemux86-64.rst b/docs/hardware-support/virtual-boards/qemux86-64.rst index 2608e0d1aa204db6cc3c82537b0117618f4a625f..3f7dd5dc4aa63841b474ca5bdfb8ede5f042c817 100644 --- a/docs/hardware-support/virtual-boards/qemux86-64.rst +++ b/docs/hardware-support/virtual-boards/qemux86-64.rst @@ -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>`. diff --git a/docs/hardware-support/virtual-boards/qemux86.rst b/docs/hardware-support/virtual-boards/qemux86.rst index c40c3bc97482ef48c5aaab8284c40ac039510b52..8f88cd03559f1413f630af1c2a34a4cd019ab4b0 100644 --- a/docs/hardware-support/virtual-boards/qemux86.rst +++ b/docs/hardware-support/virtual-boards/qemux86.rst @@ -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>`.