Admin message

Due to an influx of spam, we have had to require each new account to be manually approved. Please register an account and then write an email to accountsupport@archlinux.org to get it approved. Sorry for the inconvenience.

pacman-init.service: don't hardcode the keyring
[`pacman-init.service`](configs/releng/airootfs/etc/systemd/system/pacman-init.service) hardcodes the `archlinux` keyring. There should be no need to do that. If it's omitted and run as `pacman-key --populate`, it will use all of the keyrings from `/usr/share/pacman/keyrings/`. This would simplify adapting `releng` for ISOs that ship with custom pacman keyrings.
issue