diff --git a/introduction/getting-started.md b/introduction/getting-started.md index 52864fa..fd565a8 100644 --- a/introduction/getting-started.md +++ b/introduction/getting-started.md @@ -170,10 +170,23 @@ INFO: INFO: ssh pi@dotpi-getting-started-001.local 'tail -f /opt/dotpi/var/log/dotpi_prepare_system_*.log' ``` +Once the network is ready and the ssh able to establish a connection, your system (as it's never seen this host key before) might prompt: + +```sh +The authenticity of host dotpi-getting-started-001.local can not be established. +Are you sure you want to continue connecting (yes/no/[fingerprint])? +``` + +Type "yes" and enter. + After a few minutes, you should see a log saying `INFO: System prepared`: ![dotpi-install-log](../assets/introduction/getting-started/dotpi-install-log.png) +::: info +The installation process requires an internet connection to the oustide world in order to install dependencies. Make sure you have an internet connection and note that installation time depends on your bandwidth. +::: + Your RPi is ready! Let's now install and launch the _dotpi-manager_ ## Using the `dotpi-manager` @@ -205,6 +218,8 @@ Once the server is up and running, go to