Rodrique Heron wrote: > Hello- > > Simple question, I want to mirror a repo, do I have get granular and > point to the architecture? So I want to mirror centos updates from: > http://mirrors.rit.edu/centos/5.2/updates/, under this path we have: > > SRPMS > i386 > x86_64 > > Can I just do this? > > cobbler repo add --mirror=http://mirrors.rit.edu/centos/5.2/updates/ > --name=centos5-updates > > Will it mirror all everything list above? > > Thanks > ------------------------------------------------------------------------ > > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler >
Yes, You need to point to the architecture URL and be specific. The reason for this is you need a repo object for each to associate them with your profiles correctly. --Michael _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
