Here is what I have for the first part of the ks file:<div><br></div><div><div>text</div><div>install </div><div>url --url <a href="http://192.168.250.226/os/RHAS61/">http://192.168.250.226/os/RHAS61/</a></div><div>#xconfig --card "ATI Radeon 7000" --videoram 16384 --hsync 30-107 --vsync 48-120 --resolution 1024x768 --depth 16 --defaultdesktop gnome</div>
<div>skipx</div><div>key --skip</div><div>reboot</div><div>harddrive --partition=sda2 --dir=/</div><div>lang en_US.UTF-8</div><div><br></div><div>We had DHCP setup and its for simply handing out addresses and such, example:</div>
<div><br></div><div><div>default-lease-time 300;</div><div>max-lease-time 7200;</div><div>authoritative;</div><div>ddns-update-style none;</div><div>log-facility local7;</div></div><div><br></div><div><div>subnet 192.168.250.0 netmask 255.255.255.192 {</div>
<div>  range 192.168.250.43 192.168.250.49;</div><div>  option routers 192.168.250.1;</div><div>  option domain-name-servers  192.168.98.204, 192.168.98.203;</div><div>  allow bootp;</div><div>  allow booting;</div><div>  next-server 192.168.250.50;</div>
<div>  filename "linux-install/pxelinux.0";</div><div>}</div></div><div><br></div><div><br></div><br><div class="gmail_quote">On Thu, Sep 1, 2011 at 6:10 PM, Joseph L. Casale <span dir="ltr"><<a href="mailto:jcasale@activenetwerx.com">jcasale@activenetwerx.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">>Is this expected as I would like not to have to type this url to give<br>
>the box/installer this information. Help ? Thanks.<br>
<br>
</div>What's the 'url --url='  line look like in your ks file? If that is setup right<br>
and you have a dhcp server for example, the minimum you have to do<br>
when booting manually with a netinstall or even dvd is append a 'ks=' line.<br>
It will fetch the img from the ./images directory _appended_ to your 'url --url='<br>
line inside your ks file.<br>
<br>
jlc<br>
<br>
_______________________________________________<br>
rhelv6-list mailing list<br>
<a href="mailto:rhelv6-list@redhat.com">rhelv6-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/rhelv6-list" target="_blank">https://www.redhat.com/mailman/listinfo/rhelv6-list</a><br>
</blockquote></div><br></div>