基于DVD镜像做本地yum源
Posted MeFeng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了基于DVD镜像做本地yum源相关的知识,希望对你有一定的参考价值。
CentOS-6.6-x86_64-bin-DVD1.iso系统镜像版本
mkdir /mnt/cdrom
mount -o loop -t iso9660 CentOS-6.6-x86_64-bin-DVD1.iso /mnt/cdrom/
vi /etc/yum.repos.d/local.repo
[local_server]
name=Thisis a local repo
baseurl=file:///mnt/cdrom
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
以上是关于基于DVD镜像做本地yum源的主要内容,如果未能解决你的问题,请参考以下文章