Update README.md

This commit is contained in:
Maxim Devaev 2020-07-31 14:19:31 +03:00 committed by GitHub
parent 5e3e5ce286
commit f58f71afb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -293,7 +293,13 @@ The Pi-KVM OS is based on Arch Linux ARM and contains all the required packages
[root@pikvm ~]# rw
```
* Edit file `/etc/securetty` and remove line `ttyGS0`.
* Run:
* Add these lines to `/etc/kvmd/override.yaml` (remove `{}` in the file before):
```yaml
otg:
acm:
enabled: false
```
* Execute:
```shell
[root@pikvm ~]# systemctl enable getty@ttyGS0.service
[root@pikvm ~]# rm -rf /etc/systemd/system/getty@ttyGS0.service.d