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

PikaOS-Linux/os-gnome

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

375 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PikaOS ISO production

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 72.0%
  • Shell 28.0%