Simple way to install Arch Linux. Ideal for having Arch Linux installed/reinstalled and configured in a few minutes.
Steps to run:
- Read the script and adapt to your needs
- Copy the files "ArchRestore.sh", "Packages.txt", "completion.sh" and folder "src" to pen-drive
- Boot Arch Linux (Live CD)
- Mount pen-drive and copy those files to /install (e.g)
- Run ./ArchRestore.sh from /install folder to see the options
Basic usage to install.
# ./ArchRestore.sh --confLiveCD
# ./ArchRestore.sh --installLiveCD
# arch-chroot /mnt
# source completion.sh #(For bash completion)
# ./ArchRestore.sh --installChroot
# reboot
About:
- Project made and tested on Arch Linux
- GPL v3