diff --git a/known_issues.md b/known_issues.md
index c71aff5..b9ebc4d 100644
--- a/known_issues.md
+++ b/known_issues.md
@@ -23,5 +23,5 @@ An app behaves unexpectedly | Make sure your system is properly updated (use ter
Description of the issue | Possible remedy
:---- | :----
Wired (ethernet) connection does not
work properly | If you have a Realtek `8168` ethernet card, either uninstall the `r8168` package, or reinstall it. Then reboot.
Note at 2024-Jun: package `r8168` has been moved to the AUR.
-Boot failure with new Nvidia cards (30xx and 40xx) | As a temporary workaround, add kernel parameter `ibt=off`.
2024-Jan: this should no more be needed.
+Boot failure with new Nvidia cards (30xx and 40xx) | As a temporary workaround, add kernel parameter `ibt=off`.
2024-Jan: this should no more be needed.
On nvidia system, after
system update the next boot
stops at a blank screen | Typically, on a kernel update the corresponding nvidia driver package should be updated as well.
Sometimes that doesn't happen, which can lead to this problem.
Remedy1: use the *dkms* version of the Nvidia driver (like `nvidia-dkms`). This is recommended.
Remedy2: use apps `eos-update` for updating the system, because they can detect such a problem and let you decide what to do.
Plain `pacman` or `yay` do not detect this.
diff --git a/tips-for-eos-apps.md b/tips-for-eos-apps.md
index 0c2f7d0..e2648a2 100644
--- a/tips-for-eos-apps.md
+++ b/tips-for-eos-apps.md
@@ -23,8 +23,3 @@ EOS_AUTORANK_TIMEOUT=5 # allows max 5 seconds for each mirror
## eos-pacdiff
To disable the initial warning window when starting `eos-pacdiff`, modify the value of variable `EOS_PACDIFF_WARNING` to `"no"` in file `/etc/eos-script-lib-yad.conf`.
-
-## UpdateInTerminal
-
-If you want to make sure keyrings will be OK when updating the system, set `EOS_UPDATE_ARCH_KEYRING_FIRST=yes` in file
`/etc/eos-script-lib-yad.conf`. This setting enables updating *both* Arch and EndeavourOS keyrings before updating other packages.
-Note that the `archlinux-keyring-wkd-sync` service should handle the Arch keyring when enabled.