From f58f71afb4f161019befadbf2867e986b6d6497f Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Fri, 31 Jul 2020 14:19:31 +0300 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78f1dc66..bb43d51d 100644 --- a/README.md +++ b/README.md @@ -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