0
votes
1answer
156 views

Downloading and running a custom set of scripts in the cobbler kickstart file for Fedora

I need to use rysnc to get a series of files from a server on the network in the cobbler kickstart file. Can I just add the rsync command line to the file to be run in the %post section of the file or ...
0
votes
2answers
381 views

Cobbler kickstart file for Fedora adding packages

Can I assume that if you add packages such as httpd and php these will be installed via "yum install" as long as I specify them after the %packages in the kickstart file? Thanks
0
votes
1answer
208 views

How long should cobbler sync take to run?

I have setup a Fedora 13 minimum install inside of a VirtualBox VM, and am following this tutorial to setup Cobbler: PXE virtual network with Virtualbox and Cobbler When I go to run the initial ...