Hi list,<br><br>I'm fiddling with CentOS 5.5 and kickstarted installations via cobbler. In my environment I need to install using the HTTP protocol over a proxy.<br><br>Does anyone know why the URL command doesn't support the --proxy method? I get an Anaconda error message stating that this method is not supported.<br>
Even though i found out about that method in documentation.<br><br>Relevant section in my kickstart:<br><br># install system<br>install<br>url --url=<a href="http://1.2.3.4/cobbler/ks_mirror/CentOS-5.5-x86_64/">http://1.2.3.4/cobbler/ks_mirror/CentOS-5.5-x86_64/</a> --proxy=<a href="http://5.6.7.8:12345">http://5.6.7.8:12345</a><br>
text<br>firstboot --disable<br>reboot<br><br>Anyone with suggestions? Other methods of getting this thing to install over a proxy server?<br><br>Thanks in advance!<br><br>Regards,<br><br>Jorgen Maas<br><br>