If you're interested, GitHub (Microsoft) will build your OS images daily according to your specifica
If you're interested, GitHub (Microsoft) will build your OS images daily according to your specification and host it for free on the same container registry that uBlue uses. It involves forking https://github.com/ublue-os/startingpoint on GitHub, then set https://github.com/Arcitec/os/tree/firstboot-refactor as an extra remote and pull all of its changes (they'll be in the main repo later but for now you gotta do it manually). Edit: Those changes are merged so you only need the main repo now.
After you have that, I suggest creating a new branch called something unique, like
Now just start editing
After you have that, I suggest creating a new branch called something unique, like
rage-os, set that as your main branch in GitHub's repo settings.Now just start editing
recipe.yml to list the packages you want to include/exclude, and editing yafti.yml to configure your own "on-login package installer".