Skip to content

zjeffro/os-hyprland

 
 

Repository files navigation

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.

About

PikaOS Hyprland release ISO Builder.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 71.8%
  • Shell 28.2%