again sorry if this is a dumb question...
I am trying to configure yum for use with fedora.us
I know that i need to edit the configuration file /etc/yum.conf
but i'm not sure how
this is what I have at the moment:
Code:
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
retries=20
[base]
name=Fedora Core $releasever - $basearch - Base
baseurl=http ://download.fedora.redhat.com/pub/fedora/linux/core/$releasever/$basearch/os/
[updates-released]
name=Fedora Core $releasever - $basearch - Released Updates
baseurl=http ://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releasever/$basearch/
and i want to add this:
Code:
[fedora-us-2]
name=Fedora Core 2 -- Fedora US mirror
baseurl=http ://sunsite.informatik.rwth-aachen.de/ftp/pub/Linux/fedora/fedora/2/i386/RPMS.os
[fedora-us-2-updates]
name=Fedora Core 2 updates -- Fedora US mirror
baseurl=http ://sunsite.informatik.rwth-aachen.de/ftp/pub/Linux/fedora/fedora/2/i386/RPMS.updates
[fedora-us-2-stable]
name=Fedora Linux (stable) for Fedora Core 2 -- Fedora US mirror
baseurl=http ://sunsite.informatik.rwth-aachen.de/ftp/pub/Linuxfedora/fedora/2/i386/RPMS.stable
Thanks in advance
Nandish