BigJack wrote: > Hi all: > I try to add extra packages in Moblin v2 alpha2. > Two ways I have tried but in vain: > > 1. I changed the the repo of "netbook-core.ks" to my > directory, > and it did work when i make a alpha2 image, > but when I add some packages (solve dependency) in my > directory and edit the comps.xml, after I createrepo again, > the moblin-image-creator still install the original > packages, my packages didn't be installed. > > 2. So I edit the netbook-core.ks to directly add the > packages > at "%paackages", It didn't work either > > Can someone helps me to add packages, thanks a lot !!
Two of the things you may want to do for debugging are: yum list to see what packages it actually thinks are available (you can use patterns to look for the ones you're interested in) and go into /var/cache/yum and just remove everything. It's quite possible it didn't even pull repository information for your new repo and just used the existing cached information. removing the cache will *force* it to refetch and you can see if it gets anything valid for your repo, or just thinks the whole thing is corrupt or something. _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: https://lists.moblin.org/mailman/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
