在操作之前确保操作系统已挂载 ISO 镜像

# mount -o loop /dev/sr0 /mnt/              将镜像挂载到/mnt
# cd /etc/yum.repos.d/
# vi local.repo
[localRepo]
name=localISO
baseurl=file:///mnt/
enable=1
gpgcheck=0

保存退出

# yum makecache
# yum repolist