ArchLinux-on-ARM

ArchLinux installer for Raspberry Pi

MIT License

Version: 1.1.1 | Last updated: 2023-Feb-02

Description

A minimal CLI script to install ArchLinuxARM to an ARM device. Currently compatible and tested successfully on Raspberry Pi 3B+ and 400 (meaning it should supports ARMv7 compatible Raspberry Pi devices).

Available options

Requirements

Usage

git clone https://github.com/notkaramel/ArchLinux-ARM-Installer.git
cd ArchLinux-ARM-Installer

You may run the installer directly, or chmod +x the script and run it.

chmod +x installer.py
./installer.py

Alternatively, the more intuitive way is to run the script with python3:

python3 installer.py

NOTE: Please read through the scripts before running them.

Personal notes

Compatibility and Testing