Personally I would go with a method along lines of: download kernel.org kernel untar/bzip the kernel somewhere within /usr/src/ On a RedHat system with kernel-source rpm package installed: cp from /usr/src/linux-2.4.20-20.7/configs/kernel-2.4.20-i386-BOOT.config to ./.config of the linux-2.4.22 kernel make oldconfig (answer prompts as you need) and then carry on building the kernel and rpm as you want. The make rpm command within kernel source is pretty basic, but I would expect it would meet most needs. The key to the kernel-BOOT rpm from RedHat is just using the same config file as RedHat does as a basis. Cliff. ------------------------------------------------------------------------ > > Subject: Re: creating kernel-BOOT rpm from vanilia kernel > Date: 26 Sep 2003 12:54:38 -0400 > From: Brian Long <brilong@xxxxxxxxx> > Reply-To: kickstart-list@xxxxxxxxxx > To: kickstart-list@xxxxxxxxxx > References: <200309261831.25793.mickael.bailly@xxxxxxxxxxxxx> > > I imagine the easiest way to do this might be to use the latest Red Hat > SRPM, replace the kernel tarball and comment out all the patches in the > .spec file. > > /Brian/ > > On Fri, 2003-09-26 at 12:31, Mickael BAILLY wrote: > > Hello!, > > > > I need to build new kernel RPMs from the 24.22 vanilia kernel. > > I saw there is a 'make rpm' comand in the vanilia tarball, but it doesn't > > build the kernel-BOOT rpm, that is needed to kickstart. > > > > Can you explain the specifics of kernel-BOOT rpms, and how to build one from > > kernel.org kernel tarballs ? > > > > Thanks > > > > Mickael > >