Today I got cobbler to auto install fedora 9.
cobbler profile edit --name=f9-i386 --kickstart=/etc/cobbler/fedora9.ks
One issue I encountered is “Unknown command: wget”, which is auto-generated by cobbler python script, after reading ‘$kickstart_start’, ‘$yum_config_stanza’, and ‘$kickstart_done’. I can’t get the wget command to work, had to remove the line with ‘$kickstart_start’ from the file.