You are not logged in.
Pages: 1
hi,
i'm trying to install archlinux32 20240710, and pacstrap outputs "invalid or corrupted package" and complains about gpg keys
Offline
https://bugs.archlinux32.org/index.php? … ask_id=365
should also work on the ISO (which is older and has expired keys too).
Offline
root@archiso ~ # gpg --import keys.php
gpg: keybox '/root/.gnupg/pubring.kbx' created
gpg: key C8E8F5A0AF9BA7E7: 9 signatures not checked due to missing keys
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key C8E8F5A0AF9BA7E7: public key "Andreas Baumann (sign) <mail@andreasbaumann.cc>" imported
gpg: Total number processed: 1
gpg: imported: 1
gpg: no ultimately trusted keys found
root@archiso ~ #
normal ?
wget is not available so I used curl -O, which recorded file as key.php
Last edited by sukolyn (2024-12-16 22:56:29)
Offline
ah?! it's better the second time with complete filename as: 'keys.php?k=16194A82231E9EF823562181C8E8F5A0AF9BA7E7'
but, after updating SigLevel to Never, pacman -U /var/cache/pacman/pkg/archlinux32-keyring-20241114-1.2-any.pkg.tar.zst (which is the downloaded version: pacman -Syw archlinux32-keyring) fails
Last edited by sukolyn (2024-12-17 03:31:40)
Offline
Which SigLevel? It has to be in a pacman.conf you can change (so not the one of the ISO). Usually copying /etc/pacman.conf to /tmp/pacman.conf, changing it
and then using --config /tmp/pacman.conf should work. The same applies for pacstrap, where you can also specify an alternative config.
Offline
I can change archiso's pacman.conf, it just doesn't last at reboot, and I don't reboot until install is done.
and at the moment I can't install arch32.
Last edited by sukolyn (2024-12-17 21:15:42)
Offline
Pages: 1