This repo builds a bootable live ISO using ArchISO (mkarchiso) and the profile in iso/.
archiso(mkarchiso)squashfs-tools(mksquashfs)libisoburn(xorriso)grub(grub-mkrescue)git
Install:
sudo pacman -S archiso squashfs-tools libisoburn grub git
From the repo root:
- (Optional) build custom packages:
./scripts/build-packages.sh
- Build the ISO:
./scripts/build-iso.sh
Artifacts:
- ISO output directory:
out/ - Build workspace (defaults to):
.build/
Notes:
scripts/build-iso.shusessudo mkarchiso ...and will prompt for your password.- The build script syncs setup configs from
configs/setup-configs/into the ISO skeleton.