Building Overview¶
Eqvaldi provides everything you need to build your own images from source. There are two main paths: the build server (automated, server-side) and install scripts (post-install configuration on a running system).
Quick start¶
git clone https://github.com/Eqvaldi/build.git
cd build
./compile.sh
See the build server repository for full documentation on compile flags, supported boards, and kernel selection.
Build paths¶
-
Build Server
The primary build system. Produces
.img.xzimages for all supported platforms. -
Install Scripts
Post-install scripts for configuring a fresh Debian system with the Eqvaldi package set.
Source repositories¶
| Repository | Description |
|---|---|
| Eqvaldi/build | Main build environment (images) |
| Eqvaldi/Debian-build-server-V2 | Automated build server |
| Eqvaldi/install-scripts | Debian post-install scripts |
| Eqvaldi/releases | Release artifacts |