Skip to content

Build a custom image

Andrea Del Signore edited this page Sep 16, 2025 · 9 revisions

How-to create a custom image

1. Setup mod plugin builder

T.B.D

2. Setup mod-custom-image builder

Clone this repos:

git clone git@github.com:sejerpz/alabs-mod-custom-images.git

Update all the submodules:

git submodule update --init --recursive

3. Compile

MOD Dwarf controller firmware

cd mod-dwarf-controller

make moddwarf

Mod UI tools C++ library

T.B.D.

4. Build a custom image

Download the base image

From the MOD site download the Open Image our custom image will be based on:

MOD Open Images

The create-image script

Clone this wiki locally