Hi,
I wanted to enable all repos in RHEL6 install
media so I specified the misc repos in kickstart:
repo --name=HighAvailability
--baseurl=nfs://192.168.1.150:/qa/build/OL6/U4/x86_64/os/HighAvailability
repo --name=LoadBalancer
--baseurl=nfs://192.168.1.150:/qa/build/OL6/U4/x86_64/os/LoadBalancer
repo --name=ResilientStorage
--baseurl=nfs://192.168.1.150:/qa/build/OL6/U4/x86_64/os/ResilientStorage
repo --name=ScalableFileSystem
--baseurl=nfs://192.168.1.150:/qa/build/OL6/U4/x86_64/os/ScalableFileSyste
The install source is specified in kickstart by
nfs --server=192.168.1.150
--dir=/qa/build/OL6/U4/x86_64/os
When anaconda starts, it can sucessfully read
repodata from the repos, but when install starts anaconda
fails to access any package in the repo.
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.
url --url="" moz-do-not-send="true"
href="http://192.168.1.150/build/OL6/U4/x86_64/os/">http://192.168.1.150/build/OL6/U4/x86_64/os/
Any idea why the nfs repos don't work?
Thanks
Romu