Yeah, this won't help. What you have to do is download the SRPMS for the kernel, not the kernel-source. Then go into the /usr/src/redhat/SOURCES directory, and you will see various .config files for different builds. Change any/all of the config files to build it statically. Then go into the /usr/src/redhat/SPECS directory and rebuild the RPM with the rpm -bb kernel.spec. This will build new kernel-*.rpm's. You'll then need to put those on the CD instead of the stock RPMS to be installed. Then your new kernel will be the one installed at load time and not the stock one. Dan On Mon, 2001-12-10 at 09:11, pierre-yves.verdon wrote: > > > I didn't get this to work either, but what I did get to work was to > > download the kernel src.rpm, and just change the config files to compile > > the cpqarray statically instead of as modules, then it works flawlessly. > i have download the 2.4.16 kernel, then compiled a new kernel (make dep > && make clean && make bzImage ) which include the cpqarray statically, > and then replace the vmlinuz file on the floppy.... > but this didn't gave me a successful installation from kickstart :( > > -- > pierre-yves