On Thu, Aug 23, 2012 at 7:11 AM, Shake Chen <[email protected]> wrote:

> Hi
>
> Thanks James the document.
>
> but when I add the below to kickstart
>
> url --url=proxy=$http_server:3128
>
> but seem no working, I monitor the squid log,
>
> I try to add kernel option
>
> Kernel Options                 : {'proxy': 'http://10.1.199.5:3128'}
>
> it is working. all the request though squid.
>
> but I found after finished installed, the node never use squid.
>
> so I have to modiy  /etc/yum.conf
>
> proxy=http://10.1.199.5:3128
>
> now all the request would through squid.
>
>
> I found in snippet, have proxy.xml, whether is possible use it ?
>


Installing through a proxy (url --proxy) is supported starting from rhel
6.2 iirc.
Earlier versions were able to get the kickstart file through a proxy by
supplying the proxy kernel option, but then anaconda would fail trying to
get the rpm's.

In later versions there is a proxy field in the profile and system objects,
so you could use that instead of a kernel option.

The proxy.xml snippet is intended for SuSE (autoyast) based systems, which
have had proper proxy support for years now.

HTH

-- 
Grtz,
Jörgen Maas
_______________________________________________
cobbler mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/cobbler

Reply via email to