Why not use one machine as the NFS install directory for your LAN? Create a directory where the downloaded ISO's will reside. Example: /opt/iso Add the directory listing in the /etc/exports file. Example: /opt/iso (ro,sync) someone.mylocaldomain(rw,sync) And turn on nfs Then all your other machines install from one download. Jay Scherrer Scherrer Company On Wednesday 08 December 2004 11:07 am, fedora-list-request@xxxxxxxxxx wrote: > Date: Wed, 08 Dec 2004 19:43:48 +0100 > From: Alexander Dalloz <ad+lists@xxxxxxxxx> > Subject: Re: Private Fedora repository > To: Bernd Radinger <bradinger@xxxxxxxxx>, For users of Fedora > Core releases <fedora-list@xxxxxxxxxx> > Message-ID: <1102531428.20556.203.camel@xxxxxxxxxxxxxxxxxxxxx> > Content-Type: text/plain; charset="us-ascii" > > Am Mi, den 08.12.2004 schrieb Bernd Radinger um 19:35: > > > I'd like to setup a private repository for personal use. I > > > have several machines on a network served by a satellite > > > connection which places a pretty low limit on what I can > > > download before I get throttled. Because of that, updating a > > > newly installed FC3 machine already takes days and much effort. > > > > ``yum'' and ``createrepo'' manual pages as well as your preferred > > mirroring tool, eg lftp or rsync > > > > Bernd > > In addition: > > http://fedoranews.org/contributors/richard_flude/repo/ > > See too the link inside there to the article describing how to > mirror a repository using rsync. > > Alexander