报错信息为:Unable to read group information from repositories.This is the problem with the ge
neration of yore install tree.
报错原因有以下几点:
1、根据ISO目录结构构造装机服务器所需数据,rhel6.1_x86_64为例如图:
2、创建”repodata“目录,
使用命令 createrepo -g /dvd/repodata/5819e9580b5a81a9eec9e2c6e91fc9992a7ccadaa3bcd5ecb2e87a8669eefcec-comps-rhel6-Server.xml /data/RedHat/enterprise/x86_64/6AS/install
前一段绝对路径为rpm包组信息 ,后一段为生成目录"
repodata"的路径,当然相对路径也可以。
本文转自pandazhai 51CTO博客,原文链接:http://blog.51cto.com/dreamway/1045608