prism kernel distb
will be moves later
- Python 97.5%
- Shell 2.5%
| recipes | ||
| scripts | ||
| .gitignore | ||
| config.chariot | ||
| LICENCE | ||
| README.md | ||
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 componentsimage.chariot- Disk image generationpackages/- Userspace package recipessystem/- Kernel and system component recipestools/- 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.