New review comment by eli-schwartz on void-packages repository https://github.com/void-linux/void-packages/pull/22253#discussion_r450889197 Comment: You might want the keyrings directory in order to package the archlinux-keyring. Then `pacman-key --populate $keyring_name` will merge the keyring into /etc/pacman.d/gnupg and lsign the master keys. If you're going to bootstrap archlinux from void, then pacman --root /path/to/chroot -Sy base_sytsem_packages is going to check those keys...