If your repository storage is mounted on your cobbler server (locally or
through NFS or iSCSI...), you should add your repository like this :

cobbler repo add --name=<repository_name> --mirror=<path_to_your_repository>
--mirror-locally=N

and create a symbolic link /var/www/cobbler/repo_mirror/<repository_name>
(or whatever the path of you cobbler www directory) targeting your local
repository for it to be available through HTTP :

ln -s <path_to_your_repository>
/var/www/cobbler/repo_mirror/<repository_name>

Unfortunately, cobbler doesn't do that automaticaly (or I haven't found
how...)

-- 
Fabien

2009/2/18 Léon Keijser <[email protected]>

> On Wed, 2009-02-18 at 10:23 -0500, Rodrique Heron wrote:
> > We already have a local server mirroring apt sources and I would just
> > like to tell Cobbler to use it instead of downloading everything to
> > the cobbler server. How can I accomplish this?
>
> Edit your mirror with --mirror-locally=0
>
>
> Léon
>
>
> _______________________________________________
> cobbler mailing list
> [email protected]
> https://fedorahosted.org/mailman/listinfo/cobbler
>
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to