Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 308 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 308 Bytes

PikaOS ISO production

This repository contains the tools necessary for building PikaOS Hyprland ISOs.

Building

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.