http://www.raspberrypi.org/phpBB3/viewt ... =53&t=8512
Thanks, it helped clarify I had found the right fixes for updating Arch on the Pi.
I'm having trouble with …
Code: Select all
pacman-key --populate archlinuxERROR: The keyring file /usr/share/pacman/keyrings/archlinux.gpg does not exist
This is technincally correct I only have /usr/share/pacman/ with no keyrings directory.
Is there some additional setup for the archlinux.gpg key?
I am attempting setup over SSH so I have installed & run 'haveged' as the following page states
https://wiki.archlinux.org/index.php/Pa ... he_keyring
I think SigLevel in the pacman.conf needs setting too but I can't seem to get it to work if I 'Require' the signatures, I just get 'missing required signature' for each repository.
Has anyone got any idea how the key & config should be setup, it would be good to have signing for packages. It doesn't work as described on other tutorials, presumably its an ARM build issue?