Andrew Brown wrote: > > > On Thu, Sep 11, 2008 at 1:38 PM, Michael DeHaan <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > > This file also came across without a GPL license header. Can you > please > add one (GPLv2+) as found on the other cobbler files or otherwise > reply > and say I can add it? This is also needed for us to host the ISO > in a > common download location. > > Thanks! > > --Michael > > > You have my permission to add a GPL header to the file I submitted. > The base for that file was base.cfg from koan. If that was under GPL, > then I suppose I'm obligated to have this one GPL also. > > I got partimage-ng compiled under fedora (which is GPL v2 also by the > way). Ran into a few snags with using gcc 4.3 (looks like they fixed > it in devel, but not in the release I downloaded), but it otherwise > works great. > > I'm going to modify my script to use it. Do you know of an easy way > to include a file to the livecd image? I was just going to include > (for now) the compiled binary. We can eventually build an rpm and > just include that, but I don't have much experience with packaging > rpms so hopefully someone can help out with that.
Including an RPM is easy. Including a file is not. An ugly trick for testing might just be to have your CD wget that file from another server until you can package it for RPM, which I'd be more than happy to help with it that proves to be the way we want to go. Others here can help also. The RPM steps, for completeness, are: mkdir /tmp/myrepo cp *.rpm /tmp/myrepo yum install yum-utils createrepo /tmp/myrepo Then just reference it in the "repo" part of base.cfg ... (like I did with koan for the cobbler live CD) > -Andrew > > > > > > _______________________________________________ > cobbler mailing list > [email protected] <mailto:[email protected]> > https://fedorahosted.org/mailman/listinfo/cobbler > > > ------------------------------------------------------------------------ > > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler > _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
