Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
/ os-kde Public archive
forked from PikaOS-Linux/os-gnome

PikaOS KDE release ISO Builder.

License

Notifications You must be signed in to change notification settings

PikaOS-Linux/os-kde

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PikaOS ISO production

This repository contains the tools necessary for building PikaOS KDE 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 KDE release ISO Builder.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 72.0%
  • Shell 28.0%