Update flashing_os.md (#234)

This commit is contained in:
arch1mede 2021-03-15 14:17:48 -07:00 committed by GitHub
parent c078791d84
commit 285d1b6607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 3 deletions

View File

@ -53,13 +53,17 @@ Decompress and flash image and follow to the [final steps](#the-final-steps). Be
4. Congratulations! Your Pi-KVM will be available via SSH (`ssh root@<ip-address>` with the password `root` by default) and HTTPS. In most networks you should be able to reach Pi-KVM via any browser with the URL `https://pikvm/`. If that doesn't work you'll need to find the IP address manually in your router and try it via `https://<ip-address>`. The default login username is `admin` with `admin` as the password). For HTTPS a self-signed certificate is used by default. Your browser will give you a warning about an invalid SSL certificate which you can safely ignore.
Please see this page for additional functionality https://github.com/pikvm/pikvm/tree/master/pages
5. To change the root password use command `passwd` via SSH or webterm. To change Pi-KVM web password use `kvmd-htpasswd set admin`. As indicated on the login screen, you need to use `rw` to make the root filesystem writable before issuing these commands. After making changes, make sure to run the command `ro` to switch the filesystem back to read-only. If you are using a web terminal, use the `su -` command to get root access (enter the root password).
6. After installation, we recommend you to update your operating system:
```
# rw
# pacman -Syu
# reboot
rw
pacman -Syy
pacman -S linux-firmware=20210221.b79d239-1
pacman -Su
reboot
```
7. Pacman saves all installed packages in a compressed format so that you can roll back to the old version if something goes wrong. After you've updated and made sure everything works, it makes sense to clear the package cache so that it doesn't take up space on the SD card:
```
@ -85,6 +89,7 @@ Decompress and flash image and follow to the [final steps](#the-final-steps). Be
# ro
# systemctl restart kvmd
```
If you have any problems or questions, contact us using Discord: https://discord.gg/bpmXfz5