Series of scripts for setting up my archlinux environment on a physical device
To create a new system, you'll need to:
- Pull down this repo
wget -O bootstrap-archlinux.zip https://github.com/lkirk/bootstrap-archlinux/archive/refs/heads/main.zip
unzip bootstrap-archlinux.zip
cd boostrap-archlinux-main
-
Connect to the internet (wifi/ethernet)
-
Run the
do-all
command to execute all of the scripts (be sure to double check yourINSTALL_DISK
.
INSTALL_DISK=/dev/sda \
ROOT_SIZE=60G \
SWAP_SIZE=16G \
HOSTNAME=something \
USER_NAME=joey \
USER_SHELL=/usr/bin/zsh \
./do-all