Displaying 1 result from an estimated 1 matches for "releaseserv".
Did you mean:
releaseserver
2013 Dec 11
0
Offline YUM repository setup working but yum with --installroot fails
...setup correctly and works fine for installs/updates. However I am
trying to use the --installroot option for YUM and it is complaining
about not finding a mirror. I removed the lines about mirror from
my CentOS repo files so I am confused.
My CentOS-Base.repo file contains:
[base]
name=CentOS-$releaseserver - Base
baseurl=http://myhost.org/yum/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
[updates]
name=CentOS-$releaseserver - Updates
baseurl=http://myhost.org/yum/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY...