升级到fedora 22 rawhide

升级到fedora 22 rawhide比较曲折。

首先使用fedup进行升级,
fedup --network rawhide --nogpgcheck --instrepo http://download.fedoraproject.org/pub/fedora/linux/development/rawhide/$(uname -i)/os/


出现couldn't get boot images问题,之后采用

 yum install fedora-repos-rawhide yum-utils
 yum-config-manager --disable fedora updates updates-testing
 yum-config-manager --enable rawhide
 yum update yum
 yum --releasever=rawhide distro-sync --nogpgcheck
 
 出现了python2.7,maximum recursion depth exceeded错误,只得使用yum进行一点一点的更新。

对于 yum check-update出现的软件包,一批一批的更新。

不过升级时,有些包标记为*-fc23,没搞懂怎么回事。

你可能感兴趣的:(升级到fedora 22 rawhide)