Building a custom ISO which auto installs BlendOS with a custom system.yaml

I want to deploy a standardized immutable OS on multiple machines with a set of packages that I have preconfigured. BlendOS sounded like the perfect tool for that, sadly I cannot find documentation on how I can modify the installer when creating a custom ISO. Can someone point me in the right direction, with at least what repo contains the actual installer. Or am I going about this the wrong way, since I cannot find any documentation regarding this. EDIT: I found the repo for the installer https://git.blendos.co/NoaHimesaka1873/blend-inst-t2, but it does not really seem to contain the logic to address my problem. The only thing I think I was able to figure out is that it copies airootfs to where one is installing the os, but I thought that airootfs was the rootfs of the iso, but I think I might be wrong? But maybe it is just dual purpose, I guess.
GitLab
Sign in · GitLab
blendOS Gitlab
Solution:
no, the repo for the installer is https://github.com/blend-os/blend-inst
GitHub
GitHub - blend-os/blend-inst: An installer framework and drop-in re...
An installer framework and drop-in replacement for Jade. - blend-os/blend-inst
Jump to solution
4 Replies
Solution
Asterisk
Asterisk7mo ago
no, the repo for the installer is https://github.com/blend-os/blend-inst
GitHub
GitHub - blend-os/blend-inst: An installer framework and drop-in re...
An installer framework and drop-in replacement for Jade. - blend-os/blend-inst
Asterisk
Asterisk7mo ago
you just have to change the track and impl that it writes to the system.yaml file in the new system
Asterisk
Asterisk7mo ago
but since it's trapped in the airootfs, you'll have to fork https://git.blendos.co/blendos/image-builder
einsJannis
einsJannisOP7mo ago
thank youuuu

Did you find this page helpful?