This repository contains the tools necessary for building PikaOS Hyprland ISOs.
docker run --privileged -i -v /proc:/proc \
-v ${PWD}:/working_dir \
-w /working_dir \
ubuntu:latest \
build.sh
The configuration can be changed in mk/config.mk
.