diff --git a/docs/build-flavours/linux-flavour.rst b/docs/build-flavours/linux-flavour.rst index 0cbcabca674bbd28f69b5118fa1826669a00dfcc..497398210ba70e6e88c04907aa6d1f0265715e8f 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 d052fa9fb3f84a78e601de985646b34c5243595f..d001dc1c26bd3b513fffa264dc68a2eb491c65de 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 48916abf29f4b49254438fce061ccbed47a1fede..276d6e92066ad53b94f24aa96eb5ad267247a7c3 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.