Building images
Concept
Building a Peios image
peiso is the Peios image builder: it turns a declarative peiso.toml spec into a bootable image tree, layering boot machinery over a peipkg-compose root.
How-toQuick start
Run your first peiso build — a minimal peiso.toml that composes the package root and packs the initramfs, and what it leaves on disk.
ConceptThe build pipeline
Each stage of a peiso build in order, from compose to ISO — which stages run host tools, which run Peios applets in the chroot, and why the order matters.
referenceRunning a build
How to run peiso build: the one command and its spec argument, why it must run as root, its exit codes, the tools it needs, and the dist Makefile workflow.