On Thu, Aug 23, 2012 at 8:07 PM, Jörgen Maas <jorgen.maas@gmail.com> wrote:
On Thu, Aug 23, 2012 at 9:18 AM, Shake Chen <shake.chen@gmail.com> wrote:

I try it on centos 6.3

# Use network installation
url --url=http://10.1.199.5/cblr/links/CentOS6.3-x86_64
url --url=proxy=10.1.199.5:3128

but no work

try:

url --proxy=http://1.2.3.4:1234 --url=http://5.6.7.8/path/to/repo


Thanks, it work.

in ks file

url --proxy=$http_server:3128 --url=$tree

in system

url --proxy=10.1.199.5:3128 --url=http://10.1.199.5/cblr/links/CentOS6.3-x86_64

I think this is the right way to set the proxy.

 
--
Grtz,
Jörgen Maas

_______________________________________________
cobbler mailing list
cobbler@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/cobbler




--
Shake Chen