From e59f96549dc1ad1579584ce2fa49bc3c42b2796a Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 2 Aug 2020 04:58:37 +0300 Subject: [PATCH] Update flashing_os.md --- pages/flashing_os.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/pages/flashing_os.md b/pages/flashing_os.md index 143866f4..c96e2db1 100644 --- a/pages/flashing_os.md +++ b/pages/flashing_os.md @@ -25,21 +25,23 @@ If you prefer a graphical interface or don't have Linux at hand install [Balena drawing -5. Press **Flash!** button and wait for the finish. If an error occurs during flashing, repeat the process: +5. Press **Flash!** button. drawing - + +6. Wait for the finish. If an error occurs during flashing, repeat the process: + drawing -6. When the process is complete, pull out the memory card and insert it into the Raspberry Pi. Turn the power on. Your device will obtain the IP address via DHCP automatically. +7. When the process is complete, pull out the memory card and insert it into the Raspberry Pi. Turn the power on. Your device will obtain the IP address via DHCP automatically. -7. After power-up, Pi-KVM OS generates unique SSH keys and certificates. Do not turn off the Raspberry Pi until it's fully booted. +8. After power-up, Pi-KVM OS generates unique SSH keys and certificates. Do not turn off the Raspberry Pi until it's fully booted. -8. Congratulations! Your Pi-KVM will be available via SSH (`ssh root@` with password `root` by default) and HTTPS (try to open in a browser the URL `https://`, the login `admin` and password `admin` by default). For HTTPS a self-signed certificate is used by default. +9. Congratulations! Your Pi-KVM will be available via SSH (`ssh root@` with password `root` by default) and HTTPS (try to open in a browser the URL `https://`, the login `admin` and password `admin` by default). For HTTPS a self-signed certificate is used by default. -9. To change root password use command `passwd` via SSH or webterm. To change Pi-KVM web password use `kvmd-htpasswd set admin`. +10. To change root password use command `passwd` via SSH or webterm. To change Pi-KVM web password use `kvmd-htpasswd set admin`. -10. After installation, we recommend that you update your operating system: +11. After installation, we recommend that you update your operating system: ```shell # rw # pacman -Syu