On 11/17/2009 03:26 PM, Scot Floess wrote: > Silly question - do you mean add the breed on import? For example: > > cobbler distro add --arch=x86 --breed=fedora12 ... > > Thanks, > > Scot > > > ----- Original Message ----- > From: "John Eckersberg"<[email protected]> > To: [email protected] > Sent: Tuesday, November 17, 2009 3:19:51 PM GMT -05:00 US/Canada Eastern > Subject: Re: Support for Fedora 12? > > On 11/17/2009 03:15 PM, Scot Floess wrote: >> I just downloaded the i386/x86_64 Fedora 12 ISOs... >> >> I see in import: >> >> --os-version for breed redhat must be one of rhel2.1, rhel3, rhel4, >> rhel5, fedora5, fedora6, fedora7, fedora8, fedora9, fedora10, fedora11, >> generic24, generic26, other, given was fedora12 >> >> I've not tried to install 12 as of yet - anything I need to do special? >> Or will there be an update to Cobbler to support 12? >> >> Thanks! >> >> Scot >> >> >> -- >> Make It So Number One >> >> >> >> _______________________________________________ >> cobbler mailing list >> [email protected] >> https://fedorahosted.org/mailman/listinfo/cobbler > > I've just applied James Laska's patches to master that adds support for > Fedora 12 and 13. This will be included in the next 2.0.X release but > as a workaround you can just add fedora12 and fedora13 to the list of > breeds in the meantime. > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler >
Yeah sorry that was extremely vague... You'll need to edit /usr/lib/python2.6/site-packages/cobbler/codes.py (path may vary depending on arch/distro...) and add "fedora12" and "fedora13" inside of the VALID_OS_VERSIONS hash. To reiterate this is just a workaround until the official release is out (hopefully this week or next). _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
