Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-02-11 14:02:43 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-02-11 14:02:43 +0100
commit88271935795612f13810f9cf16323d8179be68a0 (patch)
treea0415c26cf1a9b4cd0c7ca75bc22a20ae2757456
parentcadf2b6ce0c75a5ba15f7f31371e9af8eced2f29 (diff)
added a comment on broken keys
-rw-r--r--download/index.html7
1 files changed, 7 insertions, 0 deletions
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 @@
<li> Boot a recent live medium, mount the broken system on <code>/mnt</code> and use <code>pacman --sysroot /mnt ...</code> to reinstall/update the broken/outdated packages.</li>
<li> Install <a href="https://aur.archlinux.org/packages/pacman-static/#pinned-666894">pacman-static</a> (either from the <a href="https://aur.archlinux.org/packages/pacman-static/">AUR</a> before breaking the system or the <a href="https://pkgbuild.com/~eschwartz/repo/i686-extracted/pacman-static">extracted binary compiled by Eli Schwartz</a> if your system is already broken) and use <code>pacman-static</code> in place of <code>pacman</code> to reinstall/update the broken/outdated packages.</li>
</ul>
+
+ <h3>Fixing Broken Keyring(s)</h3>
+ Sometimes an ISO contains broken keys. This can easily be fixed by
+ updating your keyring with <code>pacman -S archlinux-keyring archlinux32-keyring</code>
+ and then <code>pacman-key --init</code>, <code>pacman-key populate archlinux archlinux32</code>
+ and <code>pacman-key --refresh</code>. Eventually this is something you
+ want to do in the chroot of your installation (<code>arch-chroot /mnt</code>).
<h3>BitTorrent Download (recommended)</h3>