These are the basic needed files and folders to build CachyOS system.
buildiso is used to build CachyOS ISO.
$ ./buildiso.sh -h
Usage: buildiso [options]
-c Disable clean work dir
-h This help
-p <profile> Buildset or profile [default: kde]
-v Verbose output to log file, show profile detail (-q)
- Uses the same signature that normal repo and has no mirrors package to install.
sudo pacman -Syy
sudo pacman -S archiso mkinitcpio-archiso git squashfs-tools --needed
git clone https://github.com/cachyos/cachyos-live-iso.git cachyos-archiso
cd cachyos-archiso
sudo ./buildiso.sh -p kde -v
As the result iso appears at the out
folder