Kevin
Robert Mitchell wrote:
> Kevin Chu wrote:
> >
> > Kevin Chu wrote:
> >
> > > Can someone tell me where to get the kernel .config for the stock RH
> >
> > Never mind. Found it.
> >
> > rpm2cpio kernel-2.0.34-1.src.rpm | cpio -i kernel-config.i386
> There is a simpler way to do this if you do not have the kernel SRPM,
> but do have the kernel-source RPM. Delete the .config file in the top
> level kernel source directory (usually /usr/src/linux) and run make
> xconfig (or make menuconfig) and DO NOT CHANGE ANYTHING. The
> configuration file will use the values in arch/i386/kernel/defconfig,
> which is the same file as the one you extracted.
-- Kevin Chu
http://members.tripod.com/~super_kevin/