- Installation guide (in Russian)
- Arch Linux installation script
- Recommended post-installation settings (in Russian)
- PKGBUILD to install recommended Arch Linux base packages
- yay installation script
- Some pictures
- Run the iso image
- Connect to the internet via dhcpcd command
- Download the script via wget
# wget zurg3.github.io/arch-linux-info/arch_linux_install.sh
- Make the script executable
# chmod +x arch_linux_install.sh
- Run the script
# ./arch_linux_install.sh
- Enter the hostname, user name, root password and user password
- Kernel selection
- DE selection
- Option to install x.org with VirtualBox Guest Utils (if needed)
- Option to make disk partitions
- Installation process...
- Creating the script for the post-installation
- Rebooting
- Login as root
- Run the post-installation script
# ./arch_linux_setting.sh
- Post-installation process...
- DE downloading (if needed)...
- Rebooting
- Arch Linux has been installed!
- If installation script doesn't meet your requirements, you can fork this repository to edit the script to your needs.
- Issues are welcome. Also you can suggest some ideas there.