View Single Post
Posts: 52 | Thanked: 17 times | Joined on Jun 2010 @ United Kingdom....for now.
#10
Follow Jebba's guide up to where you extrat the rootfs. the chroot into it. to get yum working, you need to rebuild the rpm database.

Do this by:
Code:
cd /var/lib
rm __db*
rpm --rebuilddb
let it do its thing and then run
Code:
yum update --skip-broken
I did this and got yum working.
 

The Following 2 Users Say Thank You to SimonGie For This Useful Post: