Hi,

Brand new to Cobbler and I have a working Centos 7 cobbler kickstart to kickstart a minimal Centos 7. What I want to do is install a specific tar package from source.

My plan was to:
1. Transfer the file over. (No sure how to do this, I've tried adding fetchable files but I haven't been able to make it work).
2. Use a snippet in post install to "tar xvf -C /destination && cd /destination && make all" or something similar to that.

Can anyone point me to an example of this, or make recommendations on other ways to do it?

Thanks,
Brian