Update flashing_os.md

This commit is contained in:
Maxim Devaev 2021-02-20 05:12:05 +03:00 committed by GitHub
parent 209944f084
commit c7aff876f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -55,7 +55,7 @@ Decompress and flash image and follow to the [final steps](#the-final-steps). Be
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). 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: 6. ~~After installation, we recommend you to update your operating system:~~ The upstream distribution has broken the wifi driver, so don't do it yet.
``` ```
# rw # rw
# pacman -Syu # pacman -Syu
@ -68,7 +68,6 @@ Decompress and flash image and follow to the [final steps](#the-final-steps). Be
# rm -rf /var/cache/pacman/pkg # rm -rf /var/cache/pacman/pkg
# ro # ro
``` ```
~~ The upstream distribution has broken the wifi driver, so don't do it yet.
8. **Important note for HDMI-USB dongle** users only. Because of this, many video capture devices tell the server's video card that the HDMI cable is supposedly disconnected. This may lead to the fact that if you boot the server without an active stream, the server will not detect your capture card. This is easy to fix: 8. **Important note for HDMI-USB dongle** users only. Because of this, many video capture devices tell the server's video card that the HDMI cable is supposedly disconnected. This may lead to the fact that if you boot the server without an active stream, the server will not detect your capture card. This is easy to fix:
* Switch filesystem to RW-mode: * Switch filesystem to RW-mode:
``` ```