태랑
|
|
질문 하신 것은 가능합니다 커맨드로 처리 하기때문에 일반적인 방법론으로 말씀드렸습니다
Fedora 14 -> Fedora 15
First install the new fedora 15 gpg key. You may wish to verify this package against https://fedoraproject.org/keys and the fedora ssl certificate.
rpm --import https://fedoraproject.org/static/069C8460.txt
Upgrade all packages with
yum update yum
yum clean all
yum --releasever=15 --disableplugin=presto distro-sync
- Do not run this from within an X terminal. Testing shows that X might hang while updating bitmap font packages.
- There exist .drpms, but they don't match, due to a format change, so better disable the presto plugin.
VirtualBox guest upgrades
The steps above work perfectly for upgrading a Fedora 14 guest to
Fedora 15, but you also need to remove the Guest Additions. If you
forget, F14 -> F15 upgrades will seem to fail after the first reboot.
If that happens, log in to the console with CTRL+ALT+F2 and reinstall
the guest additions manually:
mount /dev/cdrom /media
/bin/sh /media/VBoxLinuxAdditions.run
reboot
Fedora 13 -> Fedora 14
First install the new fedora 14 gpg key. You may wish to verify this package against https://fedoraproject.org/keys and the fedora ssl certificate.
rpm --import https://fedoraproject.org/static/97A1071F.txt
Upgrade all packages with
yum update yum
yum clean all
yum --releasever=14 distro-sync
- If using VirtualBox from the Oracle repository, you must remove
the VirtualBox-3.1 package before upgrading. After the upgrade is
finished, install VirtualBox-3.2.
If you are running SELinux you may be locked out of your machine and
required to boot to single user mode to fix up your machine. Redhat bug 702865 describes a fix as:
- `setenforce 0`
- `yum remove selinux-policy selinux-policy-targetted`
- `rm -rf /etc/selinux/targeted`
If, after upgrading you want selinux back:
- `yum install selinux-policy selinux-policy-targetted`
- `fixfiles restore`
- `reboot`
오픈소스를 응원합니다 Blog https://hoing.io
Senior Database Administrator(MySQL, Oracle)
사이트 이용 문의 사항은 댓글이나 admin@fedoralinux.or.kr 로 메일주세요