适用于无法上网的机器
mount -t iso9660 -o loop /root/CentOS-6.5-x86_64-bin-DVD1.iso /mnt
cd /etc/yum.repos.d
cp CentOS-Base.repo CentOS-Base.repo.bak
vi CentOS-Base.repo
baseurl=file:///mnt
gpgcheck=0
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
后面的一律删掉
本文出自 “XFICC” 博客,请务必保留此出处http://xficc.blog.51cto.com/1189288/1567489
原文地址:http://xficc.blog.51cto.com/1189288/1567489