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.