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 ?











On Wed, Aug 22, 2012 at 7:57 PM, James Clendenan <james.clendenan@gmail.com> wrote:
Hi shake

You should be able to use the --proxy option to the URL command

http://fedoraproject.org/wiki/Anaconda/Kickstart#Chapter_1._Introduction

Is a great Referance site for kickstart options. 

Hope that helps. 

James

--
Sent from my phone. 

On 2012-08-22, at 12:22 PM, Shake Chen <shake.chen@gmail.com> wrote:

Hi

Now I install squid in cobbler machine.

when the Centos install, how to make the request through the squid? how to setting the kickstart?

in ubuntu, it is easy, just add one line in preseed file.
d-i     mirror/http/proxy string http://10.1.199.5:3128/


--
Shake Chen


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

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




--
Shake Chen