Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dannixon/arch-install-scripts
Bare minimum Arch Linux installation scripts.
https://github.com/dannixon/arch-install-scripts
archlinux archlinux-installer
Last synced: about 11 hours ago
JSON representation
Bare minimum Arch Linux installation scripts.
- Host: GitHub
- URL: https://github.com/dannixon/arch-install-scripts
- Owner: DanNixon
- License: mit
- Created: 2021-04-24T17:21:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-21T15:55:43.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T12:19:46.081Z (4 days ago)
- Topics: archlinux, archlinux-installer
- Language: Shell
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Arch Linux installation scripts
[![Code Quality](https://github.com/DanNixon/arch-install-scripts/actions/workflows/code_quality.yml/badge.svg?branch=main)](https://github.com/DanNixon/arch-install-scripts/actions/workflows/code_quality.yml)
Bare minimum [Arch Linux](https://archlinux.org/) installation scripts.
Intended to create a system provisioned just enough to then be configured via [Ansible](https://www.ansible.com/).Tested with [official Arch Linux](https://archlinux.org/) and [Arch Linux 32](https://archlinux32.org/).
Note that `pacman_mirrorlist` and `pacman_keys` steps can (and should) be omitted for Arch Linux 32.## Instructions
- Setup
- Boot live environment
- `timedatectl set-ntp true`
- `pacman-key --init`
- `pacman-key --populate archlinux` (or `archlinux32`)
- `pacman -Sy git`
- Installation
- `git clone https://github.com/DanNixon/arch-install-scripts`
- Make necessary changes to install stage
- `./install.sh`
- Configuration
- `arch-chroot /mnt`
- `cd`
- `git clone https://github.com/DanNixon/arch-install-scripts`
- Make necessary changes to configuration stage
- `./config.sh`
- `cd`
- `rm -rf arch-install-scripts`
- Do anything else relevant inside the chroot (e.g. set user passwords)
- Finish
- `exit`
- `reboot`