<br><br><div class="gmail_quote">On Mon, Jul 20, 2009 at 6:13 PM, Carlos Santana <span dir="ltr"><<a href="mailto:neubyr@gmail.com">neubyr@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks nate.<br>
So how do we change between ISOs - e.g. insert disk3?<br>
<br></blockquote></div><br>It's much easier to grab the DVD iso and use that instead.  There are a couple approaches:<br><br>1) Loopback mount the DVD iso to an FTP/HTTP accessible filesystem. Very quick and painless.<br>
<br>2) Copy the CD/DVD iso contents to a standard filesystem. If you do this it allows you to copy the update RPMs to the same location, then use the repository tools to create the repo meta-data. This method allows you to install the latest version at once.<br>
<br>For the first case:<br>mount -o loop /path/to/5.3_DVD.iso /var/ftp/pub/centos_5.3_x86<br><br>Your kickstart url would look like:<br><br>  url --url <a href="ftp://192.168.8.65/pub/centos_5.3_x86/">ftp://192.168.8.65/pub/centos_5.3_x86/</a><br>
<br><br>In the second case, follow the instructions here:<br><a href="http://www.howtoforge.com/creating_a_local_yum_repository_centos">http://www.howtoforge.com/creating_a_local_yum_repository_centos</a><br><br><br>