# rpm -Uvh http://download.fedoralegacy.org/redhat/9/updates/i386/gnupg-1.2.1-9.i386.rpm |
# rpm -ivh http://download.fedoralegacy.org/redhat/9/legacy-utils/i386/yum-2.0.5-0.9.2.legacy.noarch.rpm |
[main] cachedir=/var/cache/yum debuglevel=2 logfile=/var/log/yum.log pkgpolicy=newest exclude=kernel* # kernel の自動アップデートはしない。 [redhat-os] name=Red Hat Linux $releasever ($basearch) baseurl= http://riksun.riken.go.jp/pub/Linux/fedoralegacy/redhat/$releasever/os/$basearch/ http://download.fedora.us/fedora/redhat/$releasever/$basearch/yum/os/ #gpgcheck=1 failovermethod=priority [redhat-updates] name=Red Hat Linux $releasever ($basearch) updates baseurl= http://riksun.riken.go.jp/pub/Linux/fedoralegacy/redhat/$releasever/updates/$basearch/ http://download.fedora.us/fedora/redhat/$releasever/$basearch/yum/updates/ #gpgcheck=1 failovermethod=priority [fedora-stable] name=Fedora Linux / stable for Red Hat Linux $releasever ($basearch) baseurl= http://download.fedora.us/fedora/redhat/$releasever/$basearch/yum/stable/ #gpgcheck=1 failovermethod=priority [macromedia] name=Macromedia Flash Player for Red Hat Linux $releasever baseurl= http://macromedia.mplug.org/apt/redhat/$releasever/ #gpgcheck=1 failovermethod=priority |
# rpm --import http://www.fedoralegacy.org/FEDORA-LEGACY-GPG-KEY |
# yum update |
# chkconfig yum on |