This is a set of bash scripts that perform all necessary steps to install Arch Linux.
The script sets en_US.UTF-8
locale.
It also enables DHCP on the first active interface it finds.
This set of scripts was created to automate my Arch Linux installation. If you aren't an advanced Arch Linux user, don't use these. Instead, follow the steps at https://wiki.archlinux.org/index.php/Beginners'_guide and learn how stuff works. I take no responsibility for any damage that might be caused by using these scripts.
- Copy everything onto your Arch Linux media CD/USB.
- Edit
install.config
and defineDESTINATION_DEVICE
(CAREFUL: this device will be cleared and partitioned!) - Edit
install.config
and defineCOUNTRY
andCITY
(for timezone and fastest mirror) - Edit
parted.config
for your desirable partitioning configuration. - Edit
install.config
and change yourHOSTNAME
(optional). - Make sure you're connected to the internet and run
install.sh
.