Arch Linux Install Script (or alis, also known as the Arch Linux executable installation guide and wiki) installs unattended, automated and customized Arch Linux system. Customised by optevo.
- Fork this repository
- Update GITHUB_USER in download.sh
- Update alis.conf
- Modify any of the scripts as desired
Download and boot from the latest original Arch Linux installation media. After boot use the commands below to start the installation.
Follow the Arch Way of doing things and learn what this script does. This will allow you to know what is happening.
The original script has been customised to install a linux development environment. I typically install it in a virtual machine.
WARNING - executing alis.sh will immediatelly reformat the disk and (re)install Arch Linux according to the script and configuration.
# # Start the system with latest Arch Linux installation media
# loadkeys [keymap] # Load keyboard keymap, eg. loadkeys us, loadkeys es, loadkeys de
# curl -sL https://raw.githubusercontent.com/optevo/alis/master/download.sh | bash # Download alis scripts
# vim alis.conf # Edit configuration and change variables values with your preferences (system configuration)
# ./alis.sh # Start installation