You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.1.2
* Renamed packer-io to packer
* clean /etc/pacman.d/gnupg before build
* start clean pacman gnupg initialization on first boot
* installed haveged for randomization for keyring initialization
Make sure to re-initialize the pacman keyring
We need to re-initialize the pacman keyring for every machine,
otherwise every machine would have the same pacman master key. The same
pacman master key opens the possibility for Mitm-attacks.
Signed-off-by: Christian Rebischke <Chris.Rebischke@posteo.de>