#Automating the installation of #ArchLinux was as easy as expected. Since the #arch installation media has an #ssh server installed, i can just copy the user_configuration.json and user_credentials.json and call archinstall with the --silent parameter like this archinstall --silent --config /root/user_configuration.json --creds /root/user_credentials.json.

#automation #ansible #linux #customization