Timbuktu
I just wanted to share how I enable Timbuktu Pro in my image. I inject a StartupItem called tb2_install and it is a script that simply runs the below and then deletes itself.
"/Applications/Timbuktu Pro/Timbuktu Pro.app/Contents/SharedSupport/TimbuktuInstaller" "/Applications/Timbuktu Pro/Timbuktu Pro.app"
The above is a single line. I'm sure I could have looked at what this tweaks and just included the modified files but that command is what we run after pushing upgrades so I figured it was super simple just to have that run at startup.
-Josh