On Mon, 2003-11-24 at 16:45, Grizzly(Francis Smit) wrote: > Ummm where did you get the 2.6.0 kernel is it in a rpm, and if so can we > use yum to update ?? # wget ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.0-test10.tar.bz2 Then, extract the sources: # tar jxvf linux-2.6.0-test10.tar.bz2 Next, configure it: # make menuconfig And finally, build the RPM: # make rpm That's all folks! :-)