-
-
Notifications
You must be signed in to change notification settings - Fork 6
Get the installer
Samuel edited this page Aug 7, 2024
·
12 revisions
Our prebuilt image are available for downloads, you can flash it (using RPI Imager, balenaEtcher, etc) to your storage device.
Images for Radxa Rock 5 series are available on the RPI Imager repository.
Images for Khadas Edge 2 are available on OOWOW.
There are no images available for Asahi.
- Start from a clean Arch Linux ARM rootfs, optionally install:
-
dialog
(TUI Support) -
wpa_supplicant
(WiFi Support) -
growpart
(Resize Partition)
- Login as
root
- Get this installer
# Download the Installer
curl -LO https://raw.githubusercontent.com/kwankiu/archlinux-installer/main/arch-installer /usr/bin/installer
curl -LO https://raw.githubusercontent.com/kwankiu/acu/main/acu /usr/bin/acu
chmod +x /usr/bin/*
# Download Installer Configuration File
mkdir -p /usr/lib/installer/.acu/config
curl -LO https://raw.githubusercontent.com/kwankiu/archlinux-installer/main/config/acu_config.yaml /usr/lib/installer/.acu/config/config.yaml
- Run this installer
installer
You can build your own image or flash the Installer to your disk directly by executing the following command:
bash <(curl -fsSL https://raw.githubusercontent.com/kwankiu/archlinux-installer/main/create-installation-media)
Usage can be found here.
I use Arch. Btw.