Skip to content

Instantly share code, notes, and snippets.

@mariuz
Created June 2, 2009 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariuz/122252 to your computer and use it in GitHub Desktop.
Save mariuz/122252 to your computer and use it in GitHub Desktop.
voi scrie aici experientza de la un upgrade de fedora 3 la 4
ghidul general este aici
http://fedoraproject.org/wiki/YumUpgradeFaq#Fedora_Core_3_-.3E_Fedora_Core_4
1.prima eroare a fost ca lipsea keia gpg
rpm --import /usr/share/doc/fedora-release-3/RPM-GPG-KEY*
2. decomantat #baseurl in /etc/yum.repos.d/fedora.repo
trebuie cautat un mirror recent (cel cu kernel e ok)
http://mirrors.fedoraproject.org/publiclist/Fedora/3/
am folosit arhiva aceasta
http://archive.nl.eu.kernel.org/fedora-archive/core/3/i386/os/
http://gist.github.com/122241
si pentru fedora-updates.repo
/etc/yum.repos.d/fedora-updates.repo
http://gist.github.com/122242
also the extras is set to this one
http://archive.nl.eu.kernel.org/fedora-archive/extras/3/i386/
yum update yum
wget http://archive.nl.eu.kernel.org/fedora-archive/core/4/i386/os/Fedora/RPMS/fedora-release-4-2.noarch.rpm
rpm -Uvh fedora-release-4-2.noarch.rpm
yum update kernel
reboot
yum remove kernel-2.6.11\*FC3\*
yum remove kernel-2.6.9\*
yum upgrade
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment