Red Hat Enterprise Linux > Red Hat Enterprise Linux 5 > Issue
<<
289 of 346
>>
Issue:
How do you setup a package group list for system-config-kickstart in Red Hat Enterprise Linux 5?
Resolution:
Normally, there is no package group list for system-config-kickstart. However, you can use the following steps to setup system-config-kickstart to have a package group.
- Create a directory, for example /data, and copy all files from the Red Hat Enterprise Linux 5 installation discs to the directory you created, in this case /data.
- Add a yum repository:
cd /etc/yum.repos.d
Then
touch core.repo
- Edit /etc/yum.repos.d/core.repo to contain the following:
[core]
name=core
baseurl=file:///data/Server
enabled=1
gpgcheck=0
Red Hat Enterprise Linux
>
Red Hat Enterprise Linux 5
> Issue
<<
289
of
346
>>