AL Installer is an installer for Arch Linux. It is intended for desktop use and provides a step-by-step installation guide to perform a clean installation without the need of Internet access.
AL Installer follows the Arch Linux Installation Guide to set up the base environment and installs the GNOME desktop environment along with several common drivers. Minimal configuration is done to ensure an out-of-the-box experience.
Feel free to open any issue / pull request.
Download the ISO image from Releases, and boot from it. Do not download pre-releases as these are untested.
Note: AL Installer needs to be built in Arch Linux.
Install archiso, and run the following as root:
./build.sh
Output will be written to build/out/alinstaller.iso
.
You can edit the translation by editing the .po
files inside locale/
. New
languages need to be added to src/lang.txt
and misc/*.desktop
. Run
make-locale.sh
to regenerate the locale files.