2010-2-1 18:53:46 阅读47 评论1 12010/02 Feb1
如果没有安装createrepo
#yum install createrepo
DVD ISO
使用的是 DVD 光盘,可以直接挂载光盘,然后制作 yum 仓库:
Shell 命令:
# mkdir /mnt/dvd/
# mount -o loop /work/Fedora-11-i386-DVD.iso /mnt/dvd/
# cd /mnt
# createrepo .
创建 yum 仓库的定义文件:/etc/yum.repos.d/dvdiso.repo,然后加入以下内容:
2012-4-6 16:21:17 阅读1 评论0 62012/04 Apr6
2012-2-21 23:25:20 阅读6 评论0 212012/02 Feb21
2011-10-12 18:46:26 阅读7 评论0 122011/10 Oct12