Giving a bit back to the community:

For a RHEL-5 Cobbler Server, I could not import client ISO's
until I edited /var/lib/cobbler/distro_signatures.json
and changed:

   "rhel5": {
    "signatures":["RedHat","Server","CentOS"],
    
"version_file":"(redhat|sl|centos)-release-5([^\\.][\\w]*)?[\\.-]+(.*)\\.rpm",

to 

   "rhel5": {
    "signatures":["RedHat","Server","Client","CentOS"],
    
"version_file":"(redhat|sl|centos)-release-5([^\\.][\\w]*)?[\\.-]+(.*)\\.rpm",

The RPM it wanted was in a directory named "Client"

“Sometimes I think the surest sign that intelligent life exists elsewhere in 
the universe is that none of it has tried to contact us.” 
Bill Waterson (Calvin & Hobbes) 

_______________________________________________
cobbler mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/cobbler

Reply via email to