-
Notifications
You must be signed in to change notification settings - Fork 0
Home
ccooper1982 edited this page Mar 8, 2026
·
1 revision
Web Arch Linux Installer (wali) is a web-based installer for Arch linux:
- Download (4MB) and extract (10MB)
- Start with a supplied IP and port, which runs a web server
- Browse to the target device from another machine
- Install Arch via the web browser
- Target machine: the device to which Arch is being installed
- Other machine: a device with a browser
- Network connectivity between these two is required
- Boot into the latest Arch ISO and configure the internet connection as usual
- Download and extract
walicurl -sfL https://raw.githubusercontent.com/ccooper1982/wali/main/scripts/install.sh | sh- Install location is
/root/wali
- Use
ip addrto find the appropriate IP address for the web server - Start:
cd /root/wali./start.sh <ip_address> [port]- Default port is
8080
- In a browser, visit the URL (note it is
http)- i.e.
http://192.168.1.2:8080/
- i.e.