From 3fb31dc8f72582a07e90aeecff40556c11681899 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Thu, 27 Aug 2020 12:56:44 +0300 Subject: [PATCH] Update flashing_os.md --- pages/flashing_os.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/flashing_os.md b/pages/flashing_os.md index 02eacf6a..40189a59 100644 --- a/pages/flashing_os.md +++ b/pages/flashing_os.md @@ -54,7 +54,7 @@ Decompress and flash image and follow to the [final steps](#the-final-steps). Be # reboot ``` -6. **27.08.2020 note about update**: the latest version of Arch Linux has a slightly broken systemd. The problem is that the SSH login to your Pi-KVM may not work the first time, but the second or third. This issue does not affect the core functionality of Pi-KVM and will be fixed by Arch developers in the near future. However, if you want, you can use a temporary workaround for this problem: +6. **27.08.2020 note (READ BEFORE UPDATE)**: the latest version of Arch Linux has a slightly broken systemd. The problem is that the SSH login to your Pi-KVM may not work the first time, but the second or third. This issue does not affect the core functionality of Pi-KVM and will be fixed by Arch developers in the near future. However, if you want, you can use a temporary workaround for this problem: * Switch OS to RW-mode: `rw` * Edit file `/etc/pam.d/system-login` and comment line `-session optional pam_systemd.so` (prepend `#` character at the beginning). * Perform `reboot`.