- Arch Linux host system
archisopackage (sudo pacman -S archiso)
- Clone this repository:
git clone <your-repo-url> cd Batarong-Installer
- Run the build script:
chmod +x build.sh ./build.sh
- The ISO will be generated in
archlive/out/. - Test the ISO in a virtual machine or write it to a USB drive using dd
dd if=example.iso of=/dev/sdx
The ISO includes a preconfigured user:
- Username:
batarong - Password:
batarong
- The script uses
/tmpfor temporary files andarchlive/out/for the ISO. - See
scripts/customize_airootfs.shfor XFCE and theme configuration details. - The system will automatically login as the
bataronguser on boot.
- Missing theme or icons: Ensure all theme files are present in the
themes/directory. - LightDM autologin not working: Check that the
customize_airootfs.shscript ran successfully and/etc/lightdm/lightdm.confexists. - ISO build fails: Make sure you have enough disk space and permissions (run with
sudoif needed). - Black screen after boot: This usually indicates a graphics driver issue. Try adding
nomodesetkernel parameter.
- Doesn't boot