Thanks Phil, This pointed me in the right direction. Not only do I have everything working, but the process I now use is simpler! The process I now use is ... Managing my repository (after copying/mirroring packages): (remove older versions of packages from my repository for me) repomanage --old /...../fedora8/i386/Packages | xargs rm -f (update the repository) createrepo -d -g /...../fedora8/i386/repodata/Fedora-8-comps.xml /...../fedora8/i386 (I quite like having the repoview functionality for searching package info) repoview -q -f -u http://localhost/...../fedora8/i386 [1] /...../fedora8/i386 Running Pungi (I do these separately so I can test stages): pungi -G -c pungi-fedora8.ks --nosource pungi -C -c pungi-fedora8.ks --nosource pungi -B -c pungi-fedora8.ks --nosource pungi -P -c pungi-fedora8.ks --nosource pungi -S -c pungi-fedora8.ks --nosource pungi -I -c pungi-fedora8.ks --nosource The contents of my pungi kick start file (pungi-fedora8.ks): repo --name=Fedora --baseurl=http://localhost/...../fedora8/i386 %packages --nobase a2ps* acl* . ... the rest of my packages ... . . . . %end Very simple and works a treat! Thanks again Phil. Links: ------ [1] http://localhost/...../fedora8/i386 -- This is an email sent via The Fedora Community Portal https://fcp.surfsite.org https://fcp.surfsite.org/modules/newbb/viewtopic.php?post_id=236604&topic_id=50359&forum=24#forumpost236604 If you think, this is spam, please report this to webmaster@xxxxxxxxxxxxxxxx and/or blame akennettsmith@xxxxxxxxxxxxxxxxxxxxxx -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list