mirror of https://github.com/pikvm/pikvm.git
Update flashing_os.md
This commit is contained in:
parent
624bcf88f7
commit
c60a189cc7
|
|
@ -54,10 +54,6 @@ Decompress and flash image and follow to the [final steps](#the-final-steps). Be
|
|||
# reboot
|
||||
```
|
||||
|
||||
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`.
|
||||
This will also disable some systemd and logind features that are not critical for Pi-KVM. If you do this, make yourself a reminder to uncomment this line in a couple of months.
|
||||
6. **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.
|
||||
|
||||
If you have any problems or questions, contact us using Discord: https://discord.gg/bpmXfz5
|
||||
|
|
|
|||
Loading…
Reference in New Issue