Scott Mewett wrote:
> Hi,
>
> I am trying to install rawhide and having problems when it tries to
> start installing the RPMS.
>
> Where does the official list of RPMS for the installer come from.
<base_dir>/RedHat/base/hdlist
which is generated by running
<base_dir>/misc/src/anaconda/utils/genhdlist <base_dir>
genhdlist expects a <base_dir>/RedHat/RPMS directory, and
generates the genhdlist by grabbing info out of rpm header.
>
>
> I know there is the file base/comps but where does the installer get
> the specific versions of each RPM.
The comps file describes groups of packages. You can control how
the base system is installed i.e. I take out sendmail and linux conf,
and
add some of my own packages to the base, or you can change any
of the other standard groupings to your liking.
You can also add your own groups of packages that can be used
in kickstart files:
0 LDAP {
openldap
nss_ldap
nscd
}
and referenced it in your kickstart %packages section like so:
%packages
...
@ LDAP
>
>
> The reason I ask is because just when the installer starts installing
> the RPMS, It fails - complaining that It can't find
> setup-2.1.8-1.noarch.rpm
> Of course in the RPMS directory is setup-2.2.3-1.noarch.rpm not
> setup-2.1.8-1.noarch.rpm.
> so where did that version number come from?
The hdlist that in the directory isn't in sync with with RedHat/RPMS
directory. No biggie, just run genhdlist.
Jason van Zyl
--
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null