<div dir="ltr">I used nfs://<hostname>:<path> because <a href="http://fedoraproject.org/wiki/Anaconda/Kickstart#repo">http://fedoraproject.org/wiki/Anaconda/Kickstart#repo</a> says so.  I just tried nfs:<hostname>:<path>, got exactly same result: repodata of the nfs repos can be successfully read during installation, but anaconda fails to read any package from the nfs repos.<br>
<div class="gmail_extra"><br></div><div class="gmail_extra">Thanks</div><div class="gmail_extra">Romu<br><br><div class="gmail_quote">2013/4/19 Parthasarathy, Balaji (BCS, Palo Alto, USA) <span dir="ltr"><<a href="mailto:balaji.parthasarathy@hp.com" target="_blank">balaji.parthasarathy@hp.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">For nfs repos, you should say nfs:<machine>:<path>. <machine> should not have // in it.<br>

<br>
Balaji<br>
<div><div class="h5"><br>
On Apr 19, 2013, at 3:45 AM, "Romu" <<a href="mailto:huruomu@gmail.com">huruomu@gmail.com</a><mailto:<a href="mailto:huruomu@gmail.com">huruomu@gmail.com</a>>> wrote:<br>
<br>
Hi,<br>
<br>
I wanted to enable all repos in RHEL6 install media so I specified the misc repos in kickstart:<br>
<br>
repo --name=HighAvailability --baseurl=nfs://192.168.1.150:/qa/build/OL6/U4/x86_64/os/HighAvailability<br>
repo --name=LoadBalancer --baseurl=nfs://192.168.1.150:/qa/build/OL6/U4/x86_64/os/LoadBalancer<br>
repo --name=ResilientStorage --baseurl=nfs://192.168.1.150:/qa/build/OL6/U4/x86_64/os/ResilientStorage<br>
repo --name=ScalableFileSystem --baseurl=nfs://192.168.1.150:/qa/build/OL6/U4/x86_64/os/ScalableFileSyste<br>
<br>
The install source is specified in kickstart by<br>
<br>
nfs --server=192.168.1.150 --dir=/qa/build/OL6/U4/x86_64/os<br>
<br>
When anaconda starts, it can sucessfully read repodata from the repos, but when install starts anaconda fails to access any package in the repo.<br>
<br>
The install source is also accessible via http, if I use the following in kickstart, then everything works fine, all packages in the misc repos can be installed.<br>
<br>
url --url=<a href="http://192.168.1.150/build/OL6/U4/x86_64/os/" target="_blank">http://192.168.1.150/build/OL6/U4/x86_64/os/</a><br>
repo --name=HighAvailability --baseurl=<a href="http://192.168.1.150/build/OL6/U4/x86_64/os/HighAvailability" target="_blank">http://192.168.1.150/build/OL6/U4/x86_64/os/HighAvailability</a><br>
repo --name=LoadBalancer --baseurl=<a href="http://192.168.1.150/build/OL6/U4/x86_64/os/LoadBalancer" target="_blank">http://192.168.1.150/build/OL6/U4/x86_64/os/LoadBalancer</a><br>
repo --name=ResilientStorage --baseurl=<a href="http://192.168.1.150/build/OL6/U4/x86_64/os/ResilientStorage" target="_blank">http://192.168.1.150/build/OL6/U4/x86_64/os/ResilientStorage</a><br>
repo --name=ScalableFileSystem --baseurl=<a href="http://192.168.1.150/build/OL6/U4/x86_64/os/ScalableFileSystem" target="_blank">http://192.168.1.150/build/OL6/U4/x86_64/os/ScalableFileSystem</a><br>
<br>
<br>
Any idea why the nfs repos don't work?<br>
<br>
<br>
Thanks<br>
Romu</div></div></blockquote></div></div></div>