This is the live ISO I’ve set up for myself, which I call Archeon.
sudo pacman -S --needed git archiso squashfs-tools
git clone https://github.com/ArcheonOS/liveiso.git archeon && cd archeon
./build.sh
- Ensure you have sufficient disk space for building the ISO.
- The build process may take some time depending on your system.
- After building, the ISO will be located in the
dist/
directory inside the repository.