prism kernel distb will be moves later
  • Python 97.5%
  • Shell 2.5%
Find a file
2026-02-19 15:25:00 +11:00
recipes chore: update scripts 2026-02-19 15:14:16 +11:00
scripts chore: fix clangd script 2026-02-19 15:25:00 +11:00
.gitignore first commit 2026-02-18 00:15:13 +11:00
config.chariot first commit 2026-02-18 00:15:13 +11:00
LICENCE first commit 2026-02-18 00:15:13 +11:00
README.md fix: readme 2026-02-18 00:16:46 +11:00

faerdhinen

Build system and distribution configuration for [os name here].

Overview

This directory contains the Chariot build configuration for building and packaging the complete [os name here] distribution, including the kernel and userspace applications.

Structure

  • recipes/ - Build recipes for all components

    • image.chariot - Disk image generation
    • packages/ - Userspace package recipes
    • system/ - Kernel and system component recipes
    • tools/ - Build tool recipes
  • scripts/ - Helper scripts for building and testing

Usage

Build and install Chariot if you haven't already. Clone the [os name here] distribution repository and run

chariot build custom/kernel (builds just the kernel)
chariot build custom/image (builds a full iso with the default packages)

Configuration

Architecture and build type can be configured in config.chariot.