Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danielbodnar/archstrap

scripts for bootstrapping an Arch Linux system (forked from https://github.com/leomao/arch-bootstrap)
https://github.com/danielbodnar/archstrap

Last synced: 16 days ago
JSON representation

scripts for bootstrapping an Arch Linux system (forked from https://github.com/leomao/arch-bootstrap)

Awesome Lists containing this project

README

        

# 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. Make sure the internet is available.
4. run the following command:
```console
$ zsh <(curl -SsL https://git.io/JJXcA)
$ bash <(curl -sSL https://git.io/JJXlB) # run inside a chroot, under your user
$ # curl -L https://git.io/JJXcs | 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
```