From 9717c28f5d18ddca020ad39c1df2aa84a1f113ea Mon Sep 17 00:00:00 2001
From: Marta Rybczynska <marta.rybczynska@huawei.com>
Date: Fri, 8 Jul 2022 09:15:34 +0200
Subject: [PATCH] docs: Document the change in the default password

Document the change in the default user/password for the production
images.

Signed-off-by: Marta Rybczynska <marta.rybczynska@huawei.com>
---
 docs/build-flavours/linux-flavour.rst | 2 +-
 docs/oniro-quick-build.rst            | 2 ++
 flavours/linux/conf-notes.txt         | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/build-flavours/linux-flavour.rst b/docs/build-flavours/linux-flavour.rst
index 0cbcabca..49739821 100644
--- a/docs/build-flavours/linux-flavour.rst
+++ b/docs/build-flavours/linux-flavour.rst
@@ -47,7 +47,7 @@ After successful bootup, you will be dropped into a login shell:
 
     qemux86-64 login:
     
-Default login is *root* without a password.
+The default login name is **oniro** with **oniro** as a password.
 
 After login you will see the shell prompt:
 
diff --git a/docs/oniro-quick-build.rst b/docs/oniro-quick-build.rst
index d052fa9f..d001dc1c 100644
--- a/docs/oniro-quick-build.rst
+++ b/docs/oniro-quick-build.rst
@@ -112,3 +112,5 @@ Once the image is built, you can run a Qemu X86-64 instance using the provided s
 
 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.
+
+The default user name is **oniro** with **oniro** as a password.
diff --git a/flavours/linux/conf-notes.txt b/flavours/linux/conf-notes.txt
index 48916abf..276d6e92 100644
--- a/flavours/linux/conf-notes.txt
+++ b/flavours/linux/conf-notes.txt
@@ -28,3 +28,4 @@ You can also run generated qemu images with a command:
 
     $ runqemu qemux86-64 qemuparams="-nographic" oniro-image-base wic ovmf
 
+Then log in as 'oniro' user with 'oniro' as a password.
-- 
GitLab