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

https://github.com/bebehei/archinstall

Just a small to install arch with the installation-iso
https://github.com/bebehei/archinstall

arch-installer iso

Last synced: 3 months ago
JSON representation

Just a small to install arch with the installation-iso

Awesome Lists containing this project

README

          

# archinstall

a small script to bootstrap archlinux in minutes.

This repository is kept as simple as possible. Fork it, create your own flavour.

My work is licensed under the MIT-License.

## The installation procedure

* Download the [Archlinux-ISO](https://www.archlinux.org/download/)
* Boot the ISO
* `wget -O install.sh https://git.io/vvkPT`
* Edit `install.sh`
* use your favorite editor
* the values are self-explaining
* `chmod +x install.sh`
* `./install.sh`
* reboot your system

## The installed flavor
* mainly default installation-guide, everything parameterized
* partitions (msdos)
* boot-partition: size parametrized, FS parametrized
* root-partition: size parametrized, FS parametrized
* network
* systemd-networkd (auto-generated file with manual edit)
* systemd-resolved
* sshd enabled