Skip to content

leomao/arch-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arch Bootstrap Script

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.

Usage

  1. Boot a computer with arch live image.
  2. Prepare the partitions for installing the system.
  3. Update the parameters in /etc/xdg/reflector/reflector.conf. See https://wiki.archlinux.org/title/Reflector#Automation
  4. Make sure the internet is available and check that /etc/pacman.d/mirrorlist has been updated.
  5. 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

About

scripts for bootstrapping an Arch Linux system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages