Has anybody ever done a desktop build using Turnkey?
I'm interested in being able to churn out customized .iso builds of Bunsenlabs[1] with my own suite of installed apps, custom desktop environment settings, and the like, using TKLdev.
Just curious if this has been done before and not been a disaster! :D
What is Turnkeys and its usesrs thoughts on using update scripts for the TKLs that don't update from a repo?
Is there a reason that nothing has been done for updates in these TKLs?
For example: Gitea
To update Gitea it is just downloading the new binary and moving it in place and restarting the service, that seems like something that can easily be scripted and set as a cron job?
Hi there, I'm finally getting used to using TKLdev to crank out a new .iso when I want one. I have a series of customizations which I apply to some of my servers depending what I'm using them for. This includes a set of custom packages, but I'll probably want to make other changes as well.
I'm wondering if anyone has tips and tricks for keeping a set of changes that's common between servers, that can be 'applied' after the defintions are 'git clone'd or similar. I searched around but couldn't find anything.