Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.31 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.31 KB

AL Installer Build

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.

Install

Download the ISO image from Releases, and boot from it. Do not download pre-releases as these are untested.

Build

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.

Translate

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.