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.
sudo pacman -Scc
.$ git clone --depth=1 https://github.com/archcraft-os/archcraft.git
archcraft
directory & run setup.sh$ cd archcraft
$ chmod +x setup.sh
$ ./setup.sh
iso
directory & run build.sh as root.$ cd iso
$ sudo su
# ./build.sh -v
iso/out
directory.If you want to rebuild the ISO, make sure to first remove thework
&out
directories inside theiso
directory. Then run ./build.sh -v as root. You don't need to run setup.sh again, it's only a one-time process.