Account Links: Cart | Your Account | Logout

Skip to content

Red Hat Knowledgebase

Red Hat Knowledgebase Search:

Updated Within the Last:

New Solutions within the last day New Solutions within the last week New Solutions within the last month

Browse by topics:


Click to View a Topic
Red Hat Enterprise Linux > Red Hat Enterprise Linux 5 > Issue <<  289 of 346 >>

Solution Tools:


Email a Solution Postcard Printer version Submit a comment on this answer Update notifications Request an answer Back

Article Reference

Article ID: 12748
Last update: 05-16-08
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.

  1. 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.

  2. Add a yum repository:

    cd /etc/yum.repos.d

    Then

    touch core.repo
  3. Edit /etc/yum.repos.d/core.repo to contain the following:
    [core]
    name=core
    baseurl=file:///data/Server
    enabled=1
    gpgcheck=0


How well did this entry answer your question?


good wrong incomplete out of date
Red Hat Enterprise Linux > Red Hat Enterprise Linux 5 > Issue <<   289  of  346  >>