Buildtasks is what we use to build all the different build types. However the PR with updated code for these builds isn't merged in the TurnKey repo yet, so until then you'll need to o use my "container" branch. Hopefully it should be documented well enough; let me know if you have any issues.
I have it cloned in /turnkey/ and using my repo to create a core container I would do this:
cd buildtasks
./bt-container core
When it's done you should find a tar.gz in /mnt/container/
Note; you need to build to ISO first (e.g. ./bt-iso core) or otherwise it will download the default TurnKey ISO.
You can use Buildtasks
I have it cloned in /turnkey/ and using my repo to create a core container I would do this:
When it's done you should find a tar.gz in /mnt/container/
Note; you need to build to ISO first (e.g. ./bt-iso core) or otherwise it will download the default TurnKey ISO.