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