index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2025-04-19 09:55:02 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2025-04-19 09:55:02 +0200 |
commit | a4971c4c377152a4c0d88fa18ba5560c39f9c39a (patch) | |
tree | 52e35bd7ee394ad6ba9af6ca5c57541501ee6840 | |
parent | 8bfe0232b515566d0fe78b6a235810153f6ad5ec (diff) |
-rw-r--r-- | download/index.html | 9 |
diff --git a/download/index.html b/download/index.html index 3d0c0e8..6f79aa5 100644 --- a/download/index.html +++ b/download/index.html @@ -87,11 +87,16 @@ </ul> <h3>Fixing Broken Keyring(s)</h3> - Sometimes an ISO contains broken keys. This can easily be fixed by + <p>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>). + want to do in the chroot of your installation (<code>arch-chroot /mnt</code>).</p> + + <p>Eventually manually importing key by command + <code>pacman-key -r CEB167EFB5722BD6 --keyserver hkp://keyserver.ubuntu.com:80</code> + or replacing keyserver line in <code>/etc/pacman.d/gnupg/gpg.conf</code> accordingly is + necessary.</p> <h3>BitTorrent Download (recommended)</h3> |