Hi Uwe, list, This patch seems to totally break the provisioning of autoyast files for us (e.g. via the 'view kickstart' interface), we encountered this issue after upgrading to cobbler-2.1.0. When I remove below code from kickgen.py, so we skip all added code in this commit, this specific issue seems fixed.
+ if distro.breed == "suse": + # AutoYaST profile + raw_data = self.generate_autoyast(profile,system,raw_data) Could you please explain to me what the 'offending' commit tries to accomplish? Are you interested in our XML for debugging puposes? Commit: http://git.fedorahosted.org/git/?p=cobbler;a=commitdiff;h=ba54295c060b008d805eafd24b27248d0aa64433;hp=63c3edf236c9c937a6ab6499d8da3c4b4f948d90 Hope to hear from you! Regards, Jorgen Maas On Wed, Apr 6, 2011 at 12:17 PM, Uwe Gansert <[email protected]> wrote: > Hi, > > the attached patch respects autoyast XML files and adds trigger scripts to it > for: > self.settings.pxe_just_once > self.settings.run_install_triggers > > https://github.com/ugansert/Cobbler > > -- > ciao, Uwe Gansert > > Uwe Gansert > SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) > Business: http://www.suse.de/~ug > > _______________________________________________ > cobbler-devel mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler-devel > > _______________________________________________ cobbler-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler-devel
