On 09/06/12 04:16, Jacek Furmankiewicz wrote: > Does that mean I should create my own repo? > Or should I just create an RPM, copy it into the ISO using %post --nochroot > and then install it via rpm -ivh instead the %post section? > > What is the best recommended approach?
Probably your own repo, although you _could_ just make a local one on your machine and add it to your list of repos in the kickstart file. It's the same as others, just using the file protocol, like: repo --name="Jacek" --baseurl=file:///home/jacket/myrepo/x86_64/ This way the rpm will just automatically get installed. -c _______________________________________________ remixes mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/remixes
