1. #setenforce 0 
  2.  
  3. #mkdir /yum 
  4.  
  5. #mount -o loop /dev/cdrom  /mnt 
  6.  
  7. #cp -ar /mnt/*  /yum 

 

  1. #vi /etc/yum.repos.d/local.repo 
  2.  
  3.   [local] 
  4.   name=Red Hat Enterprise Linux update6 
  5.   baseurl=file:///yum/ 
  6.   gpgcheck=0 
  7.   enabled=1 

#mv /etc/yum.repos.d/packagekit-media.repo  /etc/yum.repos.d/packagekit-media.repo.bk 或者直接删除,否则yumlist会报错如下:

rhel6 Error: Cannot retrieve repository metadata (repomd.xml) for repository: InstallMedia. Please verify its path and try again

#yum clean all

测试

[root@rhel6 ~]# yum repolist
Loaded plugins: refresh-packagekit, rhnplugin
This system is not registered with RHN.
RHN support will be disabled.
repo id                 repo name                                         status
local                   Red Hat Enterprise Linux update6                  3,391
repolist: 3,391