以前在linux5版本的时候,总是认为YUM目录一定要配置到具体的目录,今天看了网上的资料才知道自己想太多,直接配置到ISO挂载目录就可以了。
具体配置:
[rhel-source] name=Red Hat Enterprise Linux $releasever - $basearch - Source baseurl=file:///software/RHEL6U5/ enabled=1 gpgcheck=0
我这里是直接在系统里面创建文件夹,复制ISO文件进来的,也就相当于直接挂载了ISO镜像文件。所以是一样的。
配置完运行:
# yum clean all # yum makecache
本文出自 “技术成就梦想” 博客,请务必保留此出处http://williamyang.blog.51cto.com/3953960/1534309
原文地址:http://williamyang.blog.51cto.com/3953960/1534309