<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Dec 18, 2015 at 8:13 AM, Kirk Bocek <span dir="ltr"><<a href="mailto:t004@kbocek.com" target="_blank">t004@kbocek.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class=""><div class="h5"><br>
</div></div>I also tried to setup my Fedora hosts with a local repo. That's what I do for CentOS. But I never figured it out. I ended up just using the default net setup.</blockquote><div><br></div><div>It should work the same. I setup my packages in /var/local/packages/local/$RELEASEVER and run createrepo in them. I export it via NFS and every computer can use it.</div><div><br></div><div>My repo file in /etc/yum.repos.d/local.repo looks like:</div><div><div>$ cat /etc/yum.repos.d/local.repo</div><div>[local]</div><div>name=Local Packages for Fedora $releasever</div><div>baseurl=file:///var/local/packages/local/$releasever/</div><div>enabled=1</div><div>skip_if_unavailable=1</div><div>gpgcheck=0</div><div>cost=500</div><div>metadata_expire=300</div><div><br></div><div>[local-install]</div><div>name=Install Media Packages for Fedora $releasever</div><div>baseurl=file:///var/local/packages/fedora/$releasever/</div><div>enabled=0</div><div>skip_if_unavailable=1</div><div>gpgcheck=0</div><div>cost=500</div><div>metadata_expire=300</div></div><div><br></div><div>Thanks,</div><div>Richard</div></div></div></div>