system.yaml
This file is located in /
:
Directory/
- system.yaml
system.yaml
structure (preserve all single quotes):
repo
Type: string value
Don’t change this. Repo where the core blendOS packages (and akshara
) are stored.
impl
Type: string value
The repo where the tracks are.
track
Type: string value
The track yaml file, without the extension (i.e. blendos-base.yaml
-> track: blendos-base
).
packages
Type: array
Add packages to install from the repos (including set custom ones) via pacman
, one per-line.
aur-packages
Type: array
Same as packages
, but for packages from the AUR.
services
Type: array
Services to start via systemd
.
custom-repos
Type: object array
Custom repos to add. Consists of their name and URL as they would appear in pacman.conf.
commands
Type: array
Commands to be run at system build, run as root.