From 88271935795612f13810f9cf16323d8179be68a0 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 11 Feb 2022 14:02:43 +0100 Subject: added a comment on broken keys --- download/index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/download/index.html b/download/index.html index e262c9d..a5086d8 100644 --- a/download/index.html +++ b/download/index.html @@ -85,6 +85,13 @@
  • Boot a recent live medium, mount the broken system on /mnt and use pacman --sysroot /mnt ... to reinstall/update the broken/outdated packages.
  • Install pacman-static (either from the AUR before breaking the system or the extracted binary compiled by Eli Schwartz if your system is already broken) and use pacman-static in place of pacman to reinstall/update the broken/outdated packages.
  • + +

    Fixing Broken Keyring(s)

    + Sometimes an ISO contains broken keys. This can easily be fixed by + updating your keyring with pacman -S archlinux-keyring archlinux32-keyring + and then pacman-key --init, pacman-key populate archlinux archlinux32 + and pacman-key --refresh. Eventually this is something you + want to do in the chroot of your installation (arch-chroot /mnt).

    BitTorrent Download (recommended)

    -- cgit v1.2.3-54-g00ecf