On Wed, Jul 18, 2012 at 10:28 AM, Scot Floess <[email protected]> wrote: > James - thanks for the prompt reply! > > What you say makes perfect sense... Definitely looking forward to the new > functionality! > > However, in the past I've had to change the codes.py file for any newer > versions to import. In this instance, I see fedora17 and fedor18 both listed > in codes.py. > > Should I still be seeing the generic26?
Right, the codes are there, but the import module manage_import_redhat.py wasn't updated to correctly identify the distro as fedora17 so it's falling back to the default of generic26. You can force it to use that version with --os-version either during the import or after with "cobbler distro edit" rather than relying on it to auto-detect it. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
