From 6553967be658fa5cca1fdcde3f6a21b98dd0a392 Mon Sep 17 00:00:00 2001 From: Daniel Girtler Date: Mon, 4 Nov 2024 22:42:36 +1100 Subject: [PATCH] Add FAQ entry for keyring out-of-date (#2746) * Add FAQ for keyring out-of-date * Update * Update --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1cad9da3..4af4c44f 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,13 @@ It will go through everything from packaging, building and running *(with qemu)* # FAQ +## Keyring out-of-date +For a description of the problem see https://archinstall.archlinux.page/help/known_issues.html#keyring-is-out-of-date-2213 and discussion in issue https://github.com/archlinux/archinstall/issues/2213. + +For a quick fix the below command will install the latest keyrings + +```pacman -Sy archlinux-keyring``` + ## How to dual boot with Windows To install Arch Linux alongside an existing Windows installation using `archinstall`, follow these steps: