My Setup for ArchLinux
This project tries to automate the steps required to install ArchLinux, inspired by ArchLinux beginner guide. This project is not designed for unattended installations, use at your own risk. This project is licensed under MIT.
Important: It's a good practice to test the installation procedure in a virtualized environment before going to the real thing.
- Bootable ArchLinux image. Click here for instructions on how to create a bootable USB.
- Internet access is required. Check here for more information.
- Boot the system with the live media.
- Install git and ansible:
pacman -Sy --noconfirm ansible git
- Clone archlinux-my-setup project:
git clone https://github.com/andreptb/archlinux-my-setup.git
- Review the config.yml file. Every aspect of configuration of the installation is here. When you're done run:
./archlinux-my-setup/setup.sh
- After the base installation the system will reboot. Use the configured storage to boot. Log with any configured user and run the following to complete the installation:
sudo /archlinux-my-setup/post_setup.sh
A reference Arch Linux installation built with archlinux-my-setup can be tested with Vagrant. To start just run:
vagrant init andreptb/archlinux
vagrant up