Skip to content

playtron-os/install-media

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install-media

Build the PlaytronOS installation media.

How to build

There are two methods of building the installation media for PlaytronOS. From an Arch based system or from a Docker container.

Arch based systems

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

Docker

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

Files and directories

Here a short explaination of what which files and directories do.

playtronos

Contains the modified archiso profile for PlaytronOS.

playtronos/pacman.conf

The pacman configuration during the creation of the installation media. Repositories can be added here.

playtronos/packages.x86_64

A list of packages which are installed on the installation media during creation.

playtronos/airootfs

Files which are added to the filesystem of the installation media's root file system.

playtronos/airootfs/root/customize_airootfs.sh

This script runs in the live enviroment before it is put on the installation media. Allowing configuration changes.

docker/Dockerfile

This file is the base for the docker container which is used

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published