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
- Host: GitHub
- URL: https://github.com/bebehei/archinstall
- Owner: bebehei
- Created: 2015-04-11T20:46:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T15:16:17.000Z (over 8 years ago)
- Last Synced: 2025-06-21T05:31:11.710Z (4 months ago)
- Topics: arch-installer, iso
- Language: Shell
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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