本地yum 源 iso文件

Posted hixiaowei

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了本地yum 源 iso文件相关的知识,希望对你有一定的参考价值。

1.挂载

# mkdir /mnt/cdrom
# mount /mnt/CentOS-7.0-1406-x86_64-DVD.iso /mnt/cdrom/

2.配置

# touch CentOS-ISO.repo
# cat CentOS-ISO.repo
[base]
name=CentOS-$releasever – Base
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
baseurl=file:///mnt/cdrom
enabled=1
gpgcheck=0
gpgkey=file:///mnt/cdrom/rpm-gpg/RPM-GPG-KEY-CentOS-7

 参考:https://blog.51cto.com/11495268/2314967

以上是关于本地yum 源 iso文件的主要内容,如果未能解决你的问题,请参考以下文章

RHEL7利用iso镜像做本地yum源

Linux设置本地yum源

Linux无光驱的情况下ISO镜像文件制作本地yum源

CentOS 7使用ISO镜像配置本地yum源

Linux下挂载iso文件和配置yum本地源

rhel6 yum源被删除,怎样挂载本地yum源