If you are already using Arch Linux and want to build the ISO yourself, maybe with your configs and additional programs, follow the steps below to successfully build the Archcraft ISO on Arch Linux.

Checklist




$ git clone --depth=1 https://github.com/archcraft-os/archcraft.git

$ cd archcraft
$ chmod +x setup.sh
$ ./setup.sh						

$ cd iso
$ sudo su
# ./build.sh -v						

If you want to rebuild the ISO, make sure to first remove the work & out directories inside the iso directory. Then run ./build.sh -v as root. You don't need to run setup.sh again, it's only a one-time process.