From f9191b785cfb1ed0685ec21641e3a93958ff9eff Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sat, 31 Oct 2020 00:50:50 +0300 Subject: [PATCH] Update flashing_os.md --- pages/flashing_os.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/flashing_os.md b/pages/flashing_os.md index ae5969d..7525108 100644 --- a/pages/flashing_os.md +++ b/pages/flashing_os.md @@ -64,9 +64,9 @@ Decompress and flash image and follow to the [final steps](#the-final-steps). Be streamer: forever: true ``` - * Perform reboot: + * Restart KVMD: ``` - # reboot + # systemctl restart kvmd ``` 7. **27.08.2020 note about systemd**: the latest version of Arch Linux has a slightly broken systemd. The problem is that SSH to the Pi-KVM host may not work the first time, but the second or third. The Pi-KVM build environment contains a workaround for this problem: in the file `/etc/pam.d/system-login` line `-session optional pam_systemd.so` is commented. This does not have any negative impact on the PI-KVM functionality, but if you want to, after fixing the systemd (in a couple of months with the next update), you can uncomment this line.