[SOLVED] kickstart through proxy config

General support questions
Post Reply
trotunda
Posts: 2
Joined: 2011/07/27 17:28:13

[SOLVED] kickstart through proxy config

Post by trotunda » 2011/07/27 17:32:08

Hi all,

I have been working to get a kickstart built that will build through my proxy and I haven't been able to figure out the syntax for the ks.cfg.

Any help is greatly appreciated.

Thanks,

Tim

trotunda
Posts: 2
Joined: 2011/07/27 17:28:13

Re: kickstart through proxy config

Post by trotunda » 2011/07/29 15:49:37

Ok, I figured it out.

The proxy goes in the isolinux.cfg file at the end of an "append" line, i.e.,

append initrd=initrd.img ks=cdrom:/ks.cfg proxy="http://proxy.company.com:8080"

Use quotes. It didn't work for me if I put if before the "ks=cdrom".

The manual method is to hit tab when the menu comes up and append the proxy to the end of the line. I was looking for a totally hands off method. Changing the isolinux.cfg is just that.

Tim

User avatar
AlanBartlett
Forum Moderator
Posts: 9345
Joined: 2007/10/22 11:30:09
Location: ~/Earth/UK/England/Suffolk
Contact:

[SOLVED] kickstart through proxy config

Post by AlanBartlett » 2011/07/29 17:15:40

Thank you for reporting back with your findings.

For posterity, and on your behalf, this thread is marked [SOLVED].

Post Reply