Skip to content

Series of scripts for setting up my archlinux environment on a physical device

License

Notifications You must be signed in to change notification settings

lkirk/bootstrap-archlinux

Repository files navigation

bootstrap-archlinux

Series of scripts for setting up my archlinux environment on a physical device

Usage

To create a new system, you'll need to:

  1. 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
  1. Connect to the internet (wifi/ethernet)

  2. Run the do-all command to execute all of the scripts (be sure to double check your INSTALL_DISK.

INSTALL_DISK=/dev/sda \
ROOT_SIZE=60G \
SWAP_SIZE=16G \
HOSTNAME=something \
USER_NAME=joey \
USER_SHELL=/usr/bin/zsh \
./do-all

About

Series of scripts for setting up my archlinux environment on a physical device

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages