2
0
mirror of https://github.com/pikvm/pikvm synced 2024-11-06 21:20:32 +00:00

Update faq.md (#912)

* Update faq.md

Added a new question
Added additional verbiage for clarity

* Update faq.md

* Update faq.md
This commit is contained in:
arch1mede 2023-01-15 10:34:12 -08:00 committed by GitHub
parent 4fbe861858
commit 8be4192c6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,6 +94,7 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht
??? question "How do I emulate various USB devices on the target machine?"
Please review [First Steps](first_steps.md) before continuing
By default this is what is set:
```yaml
@ -185,6 +186,9 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht
- Execute: `hostnamectl set-hostname yournewhostname.domain`
- Optional: Edit `/etc/kvmd/meta.yaml` to alter the displayed server name in the web UI
- Reboot the pikvm
??? question "Can I run PiKVM in a docker?"
Technically it might be possible but the OS requires many specific settings that cannot be performed inside the container.
## First steps
@ -276,7 +280,7 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht
# reboot
```
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: `rw; rm -rf /var/cache/pacman/pkg; ro`.
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, (ONLY for older images, newer images has this partition expended and no longer has this issue) it makes sense to clear the package cache so that it doesn't take up space on the SD card: `rw; rm -rf /var/cache/pacman/pkg; ro`.
??? question "I don't need ATX functions. How do I disable this in the Web UI?"