> Also, does anyone know where I can find a list describing the RPMs,
> especially the base package. I'm installing now but working with an
> extremely small linux partition so I'd like to install just the bare
> minimum. however, its tough to figure out exactly what the minimum is
> when I don't know what most of the RPMs are.
% rpm -qpi <package file>
should give you a pretty good idea of what a .rpm does before you install
it.
Matt