Skip to content
  • Amin Vakil's avatar
    install_arch: init pacman keyring on first boot · 29480b9a
    Amin Vakil authored
    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.
    29480b9a