My personal scripts for bootstrapping an archlinux system.
NOTE: Sometimes I just updated the script without testing it, please check it by yourself and make sure that you fully understand the installation process before using it.
- Boot a computer with arch live image.
- Prepare the partitions for installing the system.
- Update the parameters in /etc/xdg/reflector/reflector.conf. See https://wiki.archlinux.org/title/Reflector#Automation
- Make sure the internet is available and check that /etc/pacman.d/mirrorlist has been updated.
- run the following command:
$ curl -L https://git.io/v5Aju | tar -xz --strip-component=1
$ vim bootstrap.sh # set the variables and modify packages to what you need.
$ vim chroot.sh # set the variables to what you need.
$ zsh bootstrap.sh