From: James Pearson <james-p at moving-picture.com> > Does anyone know how to get the installer to install the 32bit versions > of 64bit RPMS? i.e. in the way it does for CentOS5. If you use a kickstart, you can specify packages with a specific arch: %packages glibc.i686 %end JD