This script was originally forked from Tom Wambold's arch-install because I was too lazy to start from scratch, but, even so, it will be mostly rewritten. Its purpose is only for personal use and you should not use it unless you know very well how to install Arch Linux or you want to start your own installation script.
-
Download an Arch Linux installer ISO and boot it on the system you want to install.
-
Download the
arch_install.sh
script to the live system.curl -L kutt.it/zj-arch-install > arch-install.sh
-
Make the
arch_install.sh
script executable.chmod +x arch_install.sh
-
Run the script.
./arch_install.sh
-
If there were no errors, reboot and enjoy!
This section will, eventually, explain the installation details.