Skip to content
Snippets Groups Projects

Pacman keyring init

Merged Amin Vakil requested to merge aminvakil/infrastructure:pacman_keyring_init into master
  1. Apr 09, 2022
    • Amin Vakil's avatar
      install_arch: init pacman keyring on first boot · 00cafde1
      Amin Vakil authored and Kristian Klausen's avatar Kristian Klausen committed
      Creates a systemd service which executes these commands on first boot:
      
      pacman-key --init
      
      pacman-key --populate archlinux
      
      Also it makes sure /etc/pacman.d/gnupg is not absent.
      
      At last it removes /etc/machine-id to make sure systemd launches first
      boot services.
      00cafde1
Loading