# install-media **Repository Path**: honjow/install-media ## Basic Information - **Project Name**: install-media - **Description**: ChimeraOS install media - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-14 - **Last Updated**: 2025-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # install-media Build the ChimeraOS installation media. ## How to build There are two methods of building the installation media for ChimeraOS. 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: ```bash ./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: ```bash ./build-iso-docker.sh ``` ## Files and directories Here a short explaination of what which files and directories do. ### chimeraos Contains the modified archiso profile for ChimeraOS. ### chimeraos/pacman.conf The pacman configuration during the creation of the installation media. Repositories can be added here. ### chimeraos/packages.x86_64 A list of packages which are installed on the installation media during creation. ### chimeraos/airootfs Files which are added to the filesystem of the installation media's root file system. ### chimeraos/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