Build the PlaytronOS installation media.
There are two methods of building the installation media for PlaytronOS. From an Arch based system or from a Docker container.
On Arch the following packages will need to be installed:
- archiso
- grep
- file
- coreutils
- pikaur
To start building, use the following command:
./build-iso.sh
Before being able to build with Docker, the following packages will need to be installed:
- docker.io
- coreutils
To start building, use the following command:
./build-iso-docker.sh
Here a short explaination of what which files and directories do.
Contains the modified archiso profile for PlaytronOS.
The pacman configuration during the creation of the installation media. Repositories can be added here.
A list of packages which are installed on the installation media during creation.
Files which are added to the filesystem of the installation media's root file system.
This script runs in the live enviroment before it is put on the installation media. Allowing configuration changes.
This file is the base for the docker container which is used